Html Css Color HEX #D0BE8C Winter Hazel

📋 copy color: '#D0BE8C'

red 208 ◦ green 190 ◦ blue 140

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

Shades of Winter Hazel #D0BE8C

Tints of Winter Hazel #D0BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 38.66%
G = 35.32%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0BE8C (or 0xD0BE8C) is known color: Winter Hazel. HEX triplet: D0, BE and 8C. RGB value is (208,190,140). Sum of RGB (Red+Green+Blue) = 208+190+140=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE8C is #2F4173. Grayscale: #BDBDBD. Windows color (decimal): -3096948 or 9223888. OLE color: 9223888.

HSL color Cylindrical-coordinate representation of color #D0BE8C: hue angle of 44.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0BE8C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 140 -
CMYK 0 0.09 0.33 0.18
HSL 44.12º 0.42% 0.68% -
HSV(B) 44.12º 0.33% 0.82% -
XYZ 49.16 52.13 32.28 -
YUV 189.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 208 190 140 0 0.09 0.33 0.18 44.12 0.42 0.68
Hex D0 BE 8C 0 9 21 12 2C 2A 44
Octal 320 276 214 0 11 41 22 54 52 104
Binary 11010000 10111110 10001100 0 1001 100001 10010 101100 101010 1000100

Color Harmonies of #D0BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE8C

Black with #D0BE8C

Text Example


Text Example

White with #D0BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE8C; }

 p { color: rgb(208,190,140); }

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

background-color css

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

 a { background-color: rgb(208,190,140); }

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

border-color css

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

 span { border-color: rgb(208,190,140); }

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