#D1CB8A

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

Shades of Winter Hazel #D1CB8A

Tints of Winter Hazel #D1CB8A

Color information

#D1CB8A (or 0xD1CB8A) is unknown color: approx Winter Hazel. HEX triplet: D1, CB and 8A. RGB value is (209,203,138). Sum of RGB (Red+Green+Blue) = 209+203+138=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CB8A is #2E3475. Grayscale: #C5C5C5. Windows color (decimal): -3028086 or 9096145. OLE color: 9096145.

HSL color Cylindrical-coordinate representation of color #D1CB8A: hue angle of 54.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1CB8A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209203138-
CMYK00.030.340.18
HSL54.93º43.56%68.04%-
HSV(B)54.93º33.97%81.96%-
XYZ52.2458.132.51-
YUV197.3894.49136.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=38%
G=36.91%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920313800.030.340.1854.9343.5668.04
HexD1CB8A032212372c44
Octal3213132120342226754104
Binary110100011100101110001010011100010100101101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CB8A; }

 p { color: rgb(209,203,138); }

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

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

 a { background-color: rgb(209,203,138); }

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

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

 span { border-color: rgb(209,203,138); }

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