Html Css Color HEX #D2C57F Winter Hazel

📋 copy color: '#D2C57F'

red 210 ◦ green 197 ◦ blue 127

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

Shades of Winter Hazel #D2C57F

Tints of Winter Hazel #D2C57F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 127 (50% from 255) = 23.78%

R = 39.33%
G = 36.89%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2C57F (or 0xD2C57F) is known color: Winter Hazel. HEX triplet: D2, C5 and 7F. RGB value is (210,197,127). Sum of RGB (Red+Green+Blue) = 210+197+127=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C57F is #2D3A80. Grayscale: #C1C1C1. Windows color (decimal): -2964097 or 8373714. OLE color: 8373714.

HSL color Cylindrical-coordinate representation of color #D2C57F: hue angle of 50.6º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2C57F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 197 127 -
CMYK 0 0.06 0.40 0.18
HSL 50.6º 0.48% 0.66% -
HSV(B) 50.6º 0.4% 0.82% -
XYZ 50.38 55.17 28.07 -
YUV 192.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 210 197 127 0 0.06 0.40 0.18 50.6 0.48 0.66
Hex D2 C5 7F 0 6 28 12 33 30 42
Octal 322 305 177 0 6 50 22 63 60 102
Binary 11010010 11000101 1111111 0 110 101000 10010 110011 110000 1000010

Color Harmonies of #D2C57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C57F

Black with #D2C57F

Text Example


Text Example

White with #D2C57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C57F; }

 p { color: rgb(210,197,127); }

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

background-color css

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

 a { background-color: rgb(210,197,127); }

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

border-color css

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

 span { border-color: rgb(210,197,127); }

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