#CEA34C

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

Shades of Sundance #CEA34C

Tints of Sundance #CEA34C

Color information

#CEA34C (or 0xCEA34C) is unknown color: approx Sundance. HEX triplet: CE, A3 and 4C. RGB value is (206,163,76). Sum of RGB (Red+Green+Blue) = 206+163+76=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA34C is #315CB3. Grayscale: #A6A6A6. Windows color (decimal): -3234996 or 5022670. OLE color: 5022670.

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

Color convert

RGB20616376-
CMYK00.210.630.19
HSL40.15º57.02%55.29%-
HSV(B)40.15º63.11%80.78%-
XYZ39.8639.8412.43-
YUV165.9477.25156.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 76 (30.08% from 255) = 17.08%
R=46.29%
G=36.63%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061637600.210.630.1940.1557.0255.29
HexCEA34C0153F13283937
Octal3162431140257723507167
Binary1100111010100011100110001010111111110011101000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA34C; }

 p { color: rgb(206,163,76); }

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

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

 a { background-color: rgb(206,163,76); }

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

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

 span { border-color: rgb(206,163,76); }

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