Html Css Color HEX #D0BF7F Winter Hazel

📋 copy color: '#D0BF7F'

red 208 ◦ green 191 ◦ blue 127

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

Shades of Winter Hazel #D0BF7F

Tints of Winter Hazel #D0BF7F

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

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

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

R = 39.54%
G = 36.31%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0BF7F (or 0xD0BF7F) is known color: Winter Hazel. HEX triplet: D0, BF and 7F. RGB value is (208,191,127). Sum of RGB (Red+Green+Blue) = 208+191+127=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF7F is #2F4080. Grayscale: #BDBDBD. Windows color (decimal): -3096705 or 8372176. OLE color: 8372176.

HSL color Cylindrical-coordinate representation of color #D0BF7F: hue angle of 47.41º degrees, saturation: 0.46, 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 #D0BF7F is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 127 -
CMYK 0 0.08 0.39 0.18
HSL 47.41º 0.46% 0.66% -
HSV(B) 47.41º 0.39% 0.82% -
XYZ 48.47 52.2 27.6 -
YUV 188.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 208 191 127 0 0.08 0.39 0.18 47.41 0.46 0.66
Hex D0 BF 7F 0 8 27 12 2F 2E 42
Octal 320 277 177 0 10 47 22 57 56 102
Binary 11010000 10111111 1111111 0 1000 100111 10010 101111 101110 1000010

Color Harmonies of #D0BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF7F

Black with #D0BF7F

Text Example


Text Example

White with #D0BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF7F; }

 p { color: rgb(208,191,127); }

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

background-color css

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

 a { background-color: rgb(208,191,127); }

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

border-color css

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

 span { border-color: rgb(208,191,127); }

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