#CDBF71

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

Shades of Winter Hazel #CDBF71

Tints of Winter Hazel #CDBF71

Color information

#CDBF71 (or 0xCDBF71) is unknown color: approx Winter Hazel. HEX triplet: CD, BF and 71. RGB value is (205,191,113). Sum of RGB (Red+Green+Blue) = 205+191+113=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBF71 is #32408E. Grayscale: #BABABA. Windows color (decimal): -3293327 or 7454669. OLE color: 7454669.

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

Color convert

RGB205191113-
CMYK00.070.450.20
HSL50.87º47.92%62.35%-
HSV(B)50.87º44.88%80.39%-
XYZ46.7951.4323.08-
YUV186.2986.64141.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=40.28%
G=37.52%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519111300.070.450.2050.8747.9262.35
HexCDBF71072D1433303e
Octal315277161075524636076
Binary11001101101111111110001011110110110100110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBF71; }

 p { color: rgb(205,191,113); }

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

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

 a { background-color: rgb(205,191,113); }

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

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

 span { border-color: rgb(205,191,113); }

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