Html Css Color HEX #D2C191 Winter Hazel

📋 copy color: '#D2C191'

red 210 ◦ green 193 ◦ blue 145

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

Shades of Winter Hazel #D2C191

Tints of Winter Hazel #D2C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

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

R = 38.32%
G = 35.22%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2C191 (or 0xD2C191) is known color: Winter Hazel. HEX triplet: D2, C1 and 91. RGB value is (210,193,145). Sum of RGB (Red+Green+Blue) = 210+193+145=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C191 is #2D3E6E. Grayscale: #C0C0C0. Windows color (decimal): -2965103 or 9552338. OLE color: 9552338.

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

Color convert

RGB 210 193 145 -
CMYK 0 0.08 0.31 0.18
HSL 44.31º 0.42% 0.7% -
HSV(B) 44.31º 0.31% 0.82% -
XYZ 50.76 53.89 34.51 -
YUV 192.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 210 193 145 0 0.08 0.31 0.18 44.31 0.42 0.7
Hex D2 C1 91 0 8 1F 12 2C 2A 46
Octal 322 301 221 0 10 37 22 54 52 106
Binary 11010010 11000001 10010001 0 1000 11111 10010 101100 101010 1000110

Color Harmonies of #D2C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C191

Black with #D2C191

Text Example


Text Example

White with #D2C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C191; }

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

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

background-color css

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

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

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

border-color css

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

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

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