Html Css Color HEX #D0BF90 Winter Hazel

📋 copy color: '#D0BF90'

red 208 ◦ green 191 ◦ blue 144

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

Shades of Winter Hazel #D0BF90

Tints of Winter Hazel #D0BF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.52%

R = 38.31%
G = 35.17%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0BF90 (or 0xD0BF90) is known color: Winter Hazel. HEX triplet: D0, BF and 90. RGB value is (208,191,144). Sum of RGB (Red+Green+Blue) = 208+191+144=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF90 is #2F406F. Grayscale: #BEBEBE. Windows color (decimal): -3096688 or 9486288. OLE color: 9486288.

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

Color convert

RGB 208 191 144 -
CMYK 0 0.08 0.31 0.18
HSL 44.06º 0.41% 0.69% -
HSV(B) 44.06º 0.31% 0.82% -
XYZ 49.68 52.69 33.94 -
YUV 190.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 208 191 144 0 0.08 0.31 0.18 44.06 0.41 0.69
Hex D0 BF 90 0 8 1F 12 2C 29 45
Octal 320 277 220 0 10 37 22 54 51 105
Binary 11010000 10111111 10010000 0 1000 11111 10010 101100 101001 1000101

Color Harmonies of #D0BF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF90

Black with #D0BF90

Text Example


Text Example

White with #D0BF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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