#CDBE74

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

Shades of Winter Hazel #CDBE74

Tints of Winter Hazel #CDBE74

Color information

#CDBE74 (or 0xCDBE74) is unknown color: approx Winter Hazel. HEX triplet: CD, BE and 74. RGB value is (205,190,116). Sum of RGB (Red+Green+Blue) = 205+190+116=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE74 is #32418B. Grayscale: #BABABA. Windows color (decimal): -3293580 or 7651021. OLE color: 7651021.

HSL color Cylindrical-coordinate representation of color #CDBE74: hue angle of 49.89º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDBE74 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205190116-
CMYK00.070.430.20
HSL49.89º47.09%62.94%-
HSV(B)49.89º43.41%80.39%-
XYZ46.7451.0723.92-
YUV186.0588.47141.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=40.12%
G=37.18%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519011600.070.430.2049.8947.0962.94
HexCDBE74072B14322f3f
Octal315276164075324625777
Binary11001101101111101110100011110101110100110010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE74; }

 p { color: rgb(205,190,116); }

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

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

 a { background-color: rgb(205,190,116); }

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

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

 span { border-color: rgb(205,190,116); }

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