#CEA14B

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

Shades of Sundance #CEA14B

Tints of Sundance #CEA14B

Color information

#CEA14B (or 0xCEA14B) is unknown color: approx Sundance. HEX triplet: CE, A1 and 4B. RGB value is (206,161,75). Sum of RGB (Red+Green+Blue) = 206+161+75=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA14B is #315EB4. Grayscale: #A5A5A5. Windows color (decimal): -3235509 or 4956622. OLE color: 4956622.

HSL color Cylindrical-coordinate representation of color #CEA14B: hue angle of 39.39º 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 #CEA14B is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20616175-
CMYK00.220.640.19
HSL39.39º57.21%55.1%-
HSV(B)39.39º63.59%80.78%-
XYZ39.4739.1212.13-
YUV164.6577.41157.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=46.61%
G=36.43%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061617500.220.640.1939.3957.2155.1
HexCEA14B0164013273937
Octal31624111302610023477167
Binary11001110101000011001011010110100000010011100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA14B; }

 p { color: rgb(206,161,75); }

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

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

 a { background-color: rgb(206,161,75); }

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

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

 span { border-color: rgb(206,161,75); }

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