#CEB84F

Color #CEB84F Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CEB84F

Tints of Sundance #CEB84F

Color information

#CEB84F (or 0xCEB84F) is unknown color: approx Sundance. HEX triplet: CE, B8 and 4F. RGB value is (206,184,79). Sum of RGB (Red+Green+Blue) = 206+184+79=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB84F is #3147B0. Grayscale: #B3B3B3. Windows color (decimal): -3229617 or 5224654. OLE color: 5224654.

HSL color Cylindrical-coordinate representation of color #CEB84F: hue angle of 49.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEB84F is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20618479-
CMYK00.110.620.19
HSL49.61º56.44%55.88%-
HSV(B)49.61º61.65%80.78%-
XYZ44.0147.9714.34-
YUV178.6171.79147.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 79 (31.25% from 255) = 16.84%
R=43.92%
G=39.23%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061847900.110.620.1949.6156.4455.88
HexCEB84F0B3E13323838
Octal3162701170137623627070
Binary110011101011100010011110101111111010011110010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB84F; }

 p { color: rgb(206,184,79); }

 H1.HeaderClassName
 {
   color: #CEB84F;
 }
 .AnyTagClassName
 {
   color: #CEB84F;
 }
</style>
background-color css

<style>
 a { background-color: #CEB84F; }

 a { background-color: rgb(206,184,79); }

 div.DivClassName
 {
   background-color: #CEB84F;
 }
 .BgClassName
 {
   background-color: #CEB84F;
 }
</style>
border-color css

<style>
 span { border-color: #CEB84F; }

 span { border-color: rgb(206,184,79); }

 td.TdClassName
 {
   border-color: #CEB84F;
 }
 .TagClassName
 {
   border-color: #CEB84F;
 }
</style>