Html Css Color HEX #D2C091 Winter Hazel

📋 copy color: '#D2C091'

red 210 ◦ green 192 ◦ blue 145

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

Shades of Winter Hazel #D2C091

Tints of Winter Hazel #D2C091

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 145 (57.03% from 255) = 26.51%

R = 38.39%
G = 35.1%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2C091 (or 0xD2C091) is known color: Winter Hazel. HEX triplet: D2, C0 and 91. RGB value is (210,192,145). Sum of RGB (Red+Green+Blue) = 210+192+145=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C091 is #2D3F6E. Grayscale: #C0C0C0. Windows color (decimal): -2965359 or 9552082. OLE color: 9552082.

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

Color convert

RGB 210 192 145 -
CMYK 0 0.09 0.31 0.18
HSL 43.38º 0.42% 0.7% -
HSV(B) 43.38º 0.31% 0.82% -
XYZ 50.54 53.45 34.44 -
YUV 192.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 210 192 145 0 0.09 0.31 0.18 43.38 0.42 0.7
Hex D2 C0 91 0 9 1F 12 2B 2A 46
Octal 322 300 221 0 11 37 22 53 52 106
Binary 11010010 11000000 10010001 0 1001 11111 10010 101011 101010 1000110

Color Harmonies of #D2C091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C091

Black with #D2C091

Text Example


Text Example

White with #D2C091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C091; }

 p { color: rgb(210,192,145); }

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

background-color css

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

 a { background-color: rgb(210,192,145); }

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

border-color css

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

 span { border-color: rgb(210,192,145); }

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