Html Css Color HEX #D2C07F Winter Hazel

📋 copy color: '#D2C07F'

red 210 ◦ green 192 ◦ blue 127

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

Shades of Winter Hazel #D2C07F

Tints of Winter Hazel #D2C07F

RGB

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

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

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

R = 39.7%
G = 36.29%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2C07F (or 0xD2C07F) is known color: Winter Hazel. HEX triplet: D2, C0 and 7F. RGB value is (210,192,127). Sum of RGB (Red+Green+Blue) = 210+192+127=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C07F is #2D3F80. Grayscale: #BEBEBE. Windows color (decimal): -2965377 or 8372434. OLE color: 8372434.

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

Color convert

RGB 210 192 127 -
CMYK 0 0.09 0.40 0.18
HSL 46.99º 0.48% 0.66% -
HSV(B) 46.99º 0.4% 0.82% -
XYZ 49.26 52.93 27.7 -
YUV 189.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 210 192 127 0 0.09 0.40 0.18 46.99 0.48 0.66
Hex D2 C0 7F 0 9 28 12 2F 30 42
Octal 322 300 177 0 11 50 22 57 60 102
Binary 11010010 11000000 1111111 0 1001 101000 10010 101111 110000 1000010

Color Harmonies of #D2C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C07F

Black with #D2C07F

Text Example


Text Example

White with #D2C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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