Html Css Color HEX #D2C490 Winter Hazel

📋 copy color: '#D2C490'

red 210 ◦ green 196 ◦ blue 144

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

Shades of Winter Hazel #D2C490

Tints of Winter Hazel #D2C490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.64%

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

R = 38.18%
G = 35.64%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D2C490 (or 0xD2C490) is known color: Winter Hazel. HEX triplet: D2, C4 and 90. RGB value is (210,196,144). Sum of RGB (Red+Green+Blue) = 210+196+144=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C490 is #2D3B6F. Grayscale: #C2C2C2. Windows color (decimal): -2964336 or 9487570. OLE color: 9487570.

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

Color convert

RGB 210 196 144 -
CMYK 0 0.07 0.31 0.18
HSL 47.27º 0.42% 0.69% -
HSV(B) 47.27º 0.31% 0.82% -
XYZ 51.35 55.2 34.33 -
YUV 194.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 210 196 144 0 0.07 0.31 0.18 47.27 0.42 0.69
Hex D2 C4 90 0 7 1F 12 2F 2A 45
Octal 322 304 220 0 7 37 22 57 52 105
Binary 11010010 11000100 10010000 0 111 11111 10010 101111 101010 1000101

Color Harmonies of #D2C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C490

Black with #D2C490

Text Example


Text Example

White with #D2C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C490; }

 p { color: rgb(210,196,144); }

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

background-color css

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

 a { background-color: rgb(210,196,144); }

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

border-color css

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

 span { border-color: rgb(210,196,144); }

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