Html Css Color HEX #D0BF7A Winter Hazel

📋 copy color: '#D0BF7A'

red 208 ◦ green 191 ◦ blue 122

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

Shades of Winter Hazel #D0BF7A

Tints of Winter Hazel #D0BF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.42%

R = 39.92%
G = 36.66%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0BF7A (or 0xD0BF7A) is known color: Winter Hazel. HEX triplet: D0, BF and 7A. RGB value is (208,191,122). Sum of RGB (Red+Green+Blue) = 208+191+122=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF7A is #2F4085. Grayscale: #BCBCBC. Windows color (decimal): -3096710 or 8044496. OLE color: 8044496.

HSL color Cylindrical-coordinate representation of color #D0BF7A: hue angle of 48.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0BF7A is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 122 -
CMYK 0 0.08 0.41 0.18
HSL 48.14º 0.48% 0.65% -
HSV(B) 48.14º 0.41% 0.82% -
XYZ 48.16 52.08 25.93 -
YUV 188.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 208 191 122 0 0.08 0.41 0.18 48.14 0.48 0.65
Hex D0 BF 7A 0 8 29 12 30 30 41
Octal 320 277 172 0 10 51 22 60 60 101
Binary 11010000 10111111 1111010 0 1000 101001 10010 110000 110000 1000001

Color Harmonies of #D0BF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF7A

Black with #D0BF7A

Text Example


Text Example

White with #D0BF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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