Html Css Color HEX #D2BF7E Winter Hazel

📋 copy color: '#D2BF7E'

red 210 ◦ green 191 ◦ blue 126

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

Shades of Winter Hazel #D2BF7E

Tints of Winter Hazel #D2BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 39.85%
G = 36.24%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2BF7E (or 0xD2BF7E) is known color: Winter Hazel. HEX triplet: D2, BF and 7E. RGB value is (210,191,126). Sum of RGB (Red+Green+Blue) = 210+191+126=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF7E is #2D4081. Grayscale: #BDBDBD. Windows color (decimal): -2965634 or 8306642. OLE color: 8306642.

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

Color convert

RGB 210 191 126 -
CMYK 0 0.09 0.4 0.18
HSL 46.43º 0.48% 0.66% -
HSV(B) 46.43º 0.4% 0.82% -
XYZ 48.98 52.47 27.29 -
YUV 189.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 210 191 126 0 0.09 0.4 0.18 46.43 0.48 0.66
Hex D2 BF 7E 0 9 28 12 2E 30 42
Octal 322 277 176 0 11 50 22 56 60 102
Binary 11010010 10111111 1111110 0 1001 101000 10010 101110 110000 1000010

Color Harmonies of #D2BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF7E

Black with #D2BF7E

Text Example


Text Example

White with #D2BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF7E; }

 p { color: rgb(210,191,126); }

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

background-color css

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

 a { background-color: rgb(210,191,126); }

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

border-color css

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

 span { border-color: rgb(210,191,126); }

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