#CEBD74

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

Shades of Winter Hazel #CEBD74

Tints of Winter Hazel #CEBD74

Color information

#CEBD74 (or 0xCEBD74) is unknown color: approx Winter Hazel. HEX triplet: CE, BD and 74. RGB value is (206,189,116). Sum of RGB (Red+Green+Blue) = 206+189+116=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD74 is #31428B. Grayscale: #BABABA. Windows color (decimal): -3228300 or 7650766. OLE color: 7650766.

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

Color convert

RGB206189116-
CMYK00.080.440.19
HSL48.67º47.87%63.14%-
HSV(B)48.67º43.69%80.78%-
XYZ46.850.7823.86-
YUV185.7688.63142.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=40.31%
G=36.99%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618911600.080.440.1948.6747.8763.14
HexCEBD74082C1331303f
Octal3162751640105423616077
Binary110011101011110111101000100010110010011110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD74; }

 p { color: rgb(206,189,116); }

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

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

 a { background-color: rgb(206,189,116); }

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

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

 span { border-color: rgb(206,189,116); }

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