Html Css Color HEX #D2C87D Winter Hazel

📋 copy color: '#D2C87D'

red 210 ◦ green 200 ◦ blue 125

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

Shades of Winter Hazel #D2C87D

Tints of Winter Hazel #D2C87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.38%

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 39.25%
G = 37.38%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2C87D (or 0xD2C87D) is known color: Winter Hazel. HEX triplet: D2, C8 and 7D. RGB value is (210,200,125). Sum of RGB (Red+Green+Blue) = 210+200+125=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C87D is #2D3782. Grayscale: #C2C2C2. Windows color (decimal): -2963331 or 8243410. OLE color: 8243410.

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

Color convert

RGB 210 200 125 -
CMYK 0 0.05 0.40 0.18
HSL 52.94º 0.49% 0.66% -
HSV(B) 52.94º 0.4% 0.82% -
XYZ 50.93 56.49 27.62 -
YUV 194.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 210 200 125 0 0.05 0.40 0.18 52.94 0.49 0.66
Hex D2 C8 7D 0 5 28 12 35 31 42
Octal 322 310 175 0 5 50 22 65 61 102
Binary 11010010 11001000 1111101 0 101 101000 10010 110101 110001 1000010

Color Harmonies of #D2C87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C87D

Black with #D2C87D

Text Example


Text Example

White with #D2C87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C87D; }

 p { color: rgb(210,200,125); }

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

background-color css

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

 a { background-color: rgb(210,200,125); }

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

border-color css

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

 span { border-color: rgb(210,200,125); }

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