Html Css Color HEX #D0CB8B Winter Hazel

📋 copy color: '#D0CB8B'

red 208 ◦ green 203 ◦ blue 139

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

Shades of Winter Hazel #D0CB8B

Tints of Winter Hazel #D0CB8B

RGB

 RED value IS 208 (81.64% from 255) = 37.82%

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

 BLUE value IS 139 (54.69% from 255) = 25.27%

R = 37.82%
G = 36.91%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0CB8B (or 0xD0CB8B) is known color: Winter Hazel. HEX triplet: D0, CB and 8B. RGB value is (208,203,139). Sum of RGB (Red+Green+Blue) = 208+203+139=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB8B is #2F3474. Grayscale: #C5C5C5. Windows color (decimal): -3093621 or 9161680. OLE color: 9161680.

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

Color convert

RGB 208 203 139 -
CMYK 0 0.02 0.33 0.18
HSL 55.65º 0.42% 0.68% -
HSV(B) 55.65º 0.33% 0.82% -
XYZ 52.03 57.99 32.88 -
YUV 197.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 208 203 139 0 0.02 0.33 0.18 55.65 0.42 0.68
Hex D0 CB 8B 0 2 21 12 38 2A 44
Octal 320 313 213 0 2 41 22 70 52 104
Binary 11010000 11001011 10001011 0 10 100001 10010 111000 101010 1000100

Color Harmonies of #D0CB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB8B

Black with #D0CB8B

Text Example


Text Example

White with #D0CB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB8B; }

 p { color: rgb(208,203,139); }

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

background-color css

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

 a { background-color: rgb(208,203,139); }

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

border-color css

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

 span { border-color: rgb(208,203,139); }

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