Html Css Color HEX #D0CB8F Winter Hazel

📋 copy color: '#D0CB8F'

red 208 ◦ green 203 ◦ blue 143

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

Shades of Winter Hazel #D0CB8F

Tints of Winter Hazel #D0CB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.81%

R = 37.55%
G = 36.64%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0CB8F (or 0xD0CB8F) is known color: Winter Hazel. HEX triplet: D0, CB and 8F. RGB value is (208,203,143). Sum of RGB (Red+Green+Blue) = 208+203+143=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB8F is #2F3470. Grayscale: #C5C5C5. Windows color (decimal): -3093617 or 9423824. OLE color: 9423824.

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

Color convert

RGB 208 203 143 -
CMYK 0 0.02 0.31 0.18
HSL 55.38º 0.41% 0.69% -
HSV(B) 55.38º 0.31% 0.82% -
XYZ 52.33 58.1 34.44 -
YUV 197.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 208 203 143 0 0.02 0.31 0.18 55.38 0.41 0.69
Hex D0 CB 8F 0 2 1F 12 37 29 45
Octal 320 313 217 0 2 37 22 67 51 105
Binary 11010000 11001011 10001111 0 10 11111 10010 110111 101001 1000101

Color Harmonies of #D0CB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB8F

Black with #D0CB8F

Text Example


Text Example

White with #D0CB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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