#cea442

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

Shades of Sundance #CEA442

Tints of Sundance #CEA442

Color information

#CEA442 (or 0xCEA442) is unknown color: approx Sundance. HEX triplet: CE, A4 and 42. RGB value is (206,164,66). Sum of RGB (Red+Green+Blue) = 206+164+66=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA442 is #315BBD. Grayscale: #A5A5A5. Windows color (decimal): -3234750 or 4367566. OLE color: 4367566.

HSL color Cylindrical-coordinate representation of color #CEA442: hue angle of 42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEA442 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20616466-
CMYK00.200.680.19
HSL42º58.82%53.33%-
HSV(B)42º67.96%80.78%-
XYZ39.7140.0710.79-
YUV165.3971.91156.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=47.25%
G=37.61%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061646600.200.680.194258.8253.33
HexCEA44201444132a3b35
Octal31624410202410423527365
Binary11001110101001001000010010100100010010011101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cea442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cea442; }

 p { color: rgb(206,164,66); }

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

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

 a { background-color: rgb(206,164,66); }

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

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

 span { border-color: rgb(206,164,66); }

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