Html Css Color HEX #D2CB8C Winter Hazel

📋 copy color: '#D2CB8C'

red 210 ◦ green 203 ◦ blue 140

#D2CB8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D2CB8C

Tints of Winter Hazel #D2CB8C

RGB

 RED value IS 210 (82.42% from 255) = 37.97%

 GREEN value IS 203 (79.69% from 255) = 36.71%

 BLUE value IS 140 (55.08% from 255) = 25.32%

R = 37.97%
G = 36.71%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2CB8C (or 0xD2CB8C) is known color: Winter Hazel. HEX triplet: D2, CB and 8C. RGB value is (210,203,140). Sum of RGB (Red+Green+Blue) = 210+203+140=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB8C is #2D3473. Grayscale: #C6C6C6. Windows color (decimal): -2962548 or 9227218. OLE color: 9227218.

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

Color convert

RGB 210 203 140 -
CMYK 0 0.03 0.33 0.18
HSL 54º 0.44% 0.69% -
HSV(B) 54º 0.33% 0.82% -
XYZ 52.67 58.31 33.29 -
YUV 197.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 210 203 140 0 0.03 0.33 0.18 54 0.44 0.69
Hex D2 CB 8C 0 3 21 12 36 2C 45
Octal 322 313 214 0 3 41 22 66 54 105
Binary 11010010 11001011 10001100 0 11 100001 10010 110110 101100 1000101

Color Harmonies of #D2CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CB8C

Black with #D2CB8C

Text Example


Text Example

White with #D2CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CB8C; }

 p { color: rgb(210,203,140); }

 H1.HeaderClassName
 {
   color: #D2CB8C;
 }
 .AnyTagClassName
 {
   color: #D2CB8C;
 }
</style>

background-color css

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

 a { background-color: rgb(210,203,140); }

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

border-color css

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

 span { border-color: rgb(210,203,140); }

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