Html Css Color HEX #D1BC7F Winter Hazel

📋 copy color: '#D1BC7F'

red 209 ◦ green 188 ◦ blue 127

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

Shades of Winter Hazel #D1BC7F

Tints of Winter Hazel #D1BC7F

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 39.89%
G = 35.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1BC7F (or 0xD1BC7F) is known color: Winter Hazel. HEX triplet: D1, BC and 7F. RGB value is (209,188,127). Sum of RGB (Red+Green+Blue) = 209+188+127=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC7F is #2E4380. Grayscale: #BBBBBB. Windows color (decimal): -3031937 or 8371409. OLE color: 8371409.

HSL color Cylindrical-coordinate representation of color #D1BC7F: hue angle of 44.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1BC7F is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 127 -
CMYK 0 0.10 0.39 0.18
HSL 44.63º 0.47% 0.66% -
HSV(B) 44.63º 0.39% 0.82% -
XYZ 48.11 51.05 27.4 -
YUV 187.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 209 188 127 0 0.10 0.39 0.18 44.63 0.47 0.66
Hex D1 BC 7F 0 A 27 12 2D 2F 42
Octal 321 274 177 0 12 47 22 55 57 102
Binary 11010001 10111100 1111111 0 1010 100111 10010 101101 101111 1000010

Color Harmonies of #D1BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC7F

Black with #D1BC7F

Text Example


Text Example

White with #D1BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC7F; }

 p { color: rgb(209,188,127); }

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

background-color css

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

 a { background-color: rgb(209,188,127); }

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

border-color css

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

 span { border-color: rgb(209,188,127); }

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