Html Css Color HEX #D0C890 Winter Hazel

📋 copy color: '#D0C890'

red 208 ◦ green 200 ◦ blue 144

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

Shades of Winter Hazel #D0C890

Tints of Winter Hazel #D0C890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

 BLUE value IS 144 (56.64% from 255) = 26.09%

R = 37.68%
G = 36.23%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0C890 (or 0xD0C890) is known color: Winter Hazel. HEX triplet: D0, C8 and 90. RGB value is (208,200,144). Sum of RGB (Red+Green+Blue) = 208+200+144=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C890 is #2F376F. Grayscale: #C4C4C4. Windows color (decimal): -3094384 or 9488592. OLE color: 9488592.

HSL color Cylindrical-coordinate representation of color #D0C890: hue angle of 52.5º 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 #D0C890 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 144 -
CMYK 0 0.04 0.31 0.18
HSL 52.5º 0.41% 0.69% -
HSV(B) 52.5º 0.31% 0.82% -
XYZ 51.7 56.73 34.61 -
YUV 196.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 208 200 144 0 0.04 0.31 0.18 52.5 0.41 0.69
Hex D0 C8 90 0 4 1F 12 34 29 45
Octal 320 310 220 0 4 37 22 64 51 105
Binary 11010000 11001000 10010000 0 100 11111 10010 110100 101001 1000101

Color Harmonies of #D0C890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C890

Black with #D0C890

Text Example


Text Example

White with #D0C890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C890; }

 p { color: rgb(208,200,144); }

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

background-color css

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

 a { background-color: rgb(208,200,144); }

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

border-color css

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

 span { border-color: rgb(208,200,144); }

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