Html Css Color HEX #DBB586 Burly Wood

📋 copy color: '#DBB586'

red 219 ◦ green 181 ◦ blue 134

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

Shades of Burly Wood #DBB586

Tints of Burly Wood #DBB586

RGB

 RED value IS 219 (85.94% from 255) = 41.01%

 GREEN value IS 181 (71.09% from 255) = 33.9%

 BLUE value IS 134 (52.73% from 255) = 25.09%

R = 41.01%
G = 33.9%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB586 (or 0xDBB586) is known color: Burly Wood. HEX triplet: DB, B5 and 86. RGB value is (219,181,134). Sum of RGB (Red+Green+Blue) = 219+181+134=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB586 is #244A79. Grayscale: #BBBBBB. Windows color (decimal): -2378362 or 8828379. OLE color: 8828379.

HSL color Cylindrical-coordinate representation of color #DBB586: hue angle of 33.18º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB586 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 134 -
CMYK 0 0.17 0.39 0.14
HSL 33.18º 0.54% 0.69% -
HSV(B) 33.18º 0.39% 0.86% -
XYZ 50.04 49.83 29.53 -
YUV 187 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 219 181 134 0 0.17 0.39 0.14 33.18 0.54 0.69
Hex DB B5 86 0 11 27 E 21 36 45
Octal 333 265 206 0 21 47 16 41 66 105
Binary 11011011 10110101 10000110 0 10001 100111 1110 100001 110110 1000101

Color Harmonies of #DBB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB586

Black with #DBB586

Text Example


Text Example

White with #DBB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB586; }

 p { color: rgb(219,181,134); }

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

background-color css

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

 a { background-color: rgb(219,181,134); }

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

border-color css

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

 span { border-color: rgb(219,181,134); }

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