#cea64a

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

Shades of Sundance #CEA64A

Tints of Sundance #CEA64A

Color information

#CEA64A (or 0xCEA64A) is unknown color: approx Sundance. HEX triplet: CE, A6 and 4A. RGB value is (206,166,74). Sum of RGB (Red+Green+Blue) = 206+166+74=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA64A is #3159B5. Grayscale: #A7A7A7. Windows color (decimal): -3234230 or 4892366. OLE color: 4892366.

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

Color convert

RGB20616674-
CMYK00.190.640.19
HSL41.82º57.39%54.9%-
HSV(B)41.82º64.08%80.78%-
XYZ40.3340.8912.25-
YUV167.4775.25155.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 166 (65.23% from 255) = 37.22%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=46.19%
G=37.22%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061667400.190.640.1941.8257.3954.9
HexCEA64A01340132a3937
Octal31624611202310023527167
Binary11001110101001101001010010011100000010011101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cea64a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cea64a; }

 p { color: rgb(206,166,74); }

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

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

 a { background-color: rgb(206,166,74); }

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

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

 span { border-color: rgb(206,166,74); }

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