Html Css Color HEX #D0BD7D Winter Hazel

📋 copy color: '#D0BD7D'

red 208 ◦ green 189 ◦ blue 125

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

Shades of Winter Hazel #D0BD7D

Tints of Winter Hazel #D0BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

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

R = 39.85%
G = 36.21%
B = 23.95%

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

#D0BD7D (or 0xD0BD7D) is known color: Winter Hazel. HEX triplet: D0, BD and 7D. RGB value is (208,189,125). Sum of RGB (Red+Green+Blue) = 208+189+125=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD7D is #2F4282. Grayscale: #BBBBBB. Windows color (decimal): -3097219 or 8240592. OLE color: 8240592.

HSL color Cylindrical-coordinate representation of color #D0BD7D: hue angle of 46.27º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0BD7D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 189 125 -
CMYK 0 0.09 0.40 0.18
HSL 46.27º 0.47% 0.65% -
HSV(B) 46.27º 0.4% 0.82% -
XYZ 47.91 51.29 26.78 -
YUV 187.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 208 189 125 0 0.09 0.40 0.18 46.27 0.47 0.65
Hex D0 BD 7D 0 9 28 12 2E 2F 41
Octal 320 275 175 0 11 50 22 56 57 101
Binary 11010000 10111101 1111101 0 1001 101000 10010 101110 101111 1000001

Color Harmonies of #D0BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BD7D

Black with #D0BD7D

Text Example


Text Example

White with #D0BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BD7D; }

 p { color: rgb(208,189,125); }

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

background-color css

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

 a { background-color: rgb(208,189,125); }

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

border-color css

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

 span { border-color: rgb(208,189,125); }

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