Html Css Color HEX #D0CB8D Winter Hazel

📋 copy color: '#D0CB8D'

red 208 ◦ green 203 ◦ blue 141

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

Shades of Winter Hazel #D0CB8D

Tints of Winter Hazel #D0CB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.54%

R = 37.68%
G = 36.78%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0CB8D (or 0xD0CB8D) is known color: Winter Hazel. HEX triplet: D0, CB and 8D. RGB value is (208,203,141). Sum of RGB (Red+Green+Blue) = 208+203+141=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB8D is #2F3472. Grayscale: #C5C5C5. Windows color (decimal): -3093619 or 9292752. OLE color: 9292752.

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

Color convert

RGB 208 203 141 -
CMYK 0 0.02 0.32 0.18
HSL 55.52º 0.42% 0.68% -
HSV(B) 55.52º 0.32% 0.82% -
XYZ 52.18 58.04 33.65 -
YUV 197.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 208 203 141 0 0.02 0.32 0.18 55.52 0.42 0.68
Hex D0 CB 8D 0 2 20 12 38 2A 44
Octal 320 313 215 0 2 40 22 70 52 104
Binary 11010000 11001011 10001101 0 10 100000 10010 111000 101010 1000100

Color Harmonies of #D0CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB8D

Black with #D0CB8D

Text Example


Text Example

White with #D0CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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