#CEB04A

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

Shades of Sundance #CEB04A

Tints of Sundance #CEB04A

Color information

#CEB04A (or 0xCEB04A) is unknown color: approx Sundance. HEX triplet: CE, B0 and 4A. RGB value is (206,176,74). Sum of RGB (Red+Green+Blue) = 206+176+74=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB04A is #314FB5. Grayscale: #ADADAD. Windows color (decimal): -3231670 or 4894926. OLE color: 4894926.

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

Color convert

RGB20617674-
CMYK00.150.640.19
HSL46.36º57.39%54.9%-
HSV(B)46.36º64.08%80.78%-
XYZ42.2144.6712.88-
YUV173.3471.94151.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 74 (29.30% from 255) = 16.23%
R=45.18%
G=38.60%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061767400.150.640.1946.3657.3954.9
HexCEB04A0F40132e3937
Octal31626011201710023567167
Binary1100111010110000100101001111100000010011101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB04A; }

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

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

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

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

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

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

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

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