Html Css Color HEX #DBB786 Burly Wood

📋 copy color: '#DBB786'

red 219 ◦ green 183 ◦ blue 134

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

Shades of Burly Wood #DBB786

Tints of Burly Wood #DBB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

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

R = 40.86%
G = 34.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB786 (or 0xDBB786) is known color: Burly Wood. HEX triplet: DB, B7 and 86. RGB value is (219,183,134). Sum of RGB (Red+Green+Blue) = 219+183+134=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB786 is #244879. Grayscale: #BCBCBC. Windows color (decimal): -2377850 or 8828891. OLE color: 8828891.

HSL color Cylindrical-coordinate representation of color #DBB786: hue angle of 34.59º 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 #DBB786 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 134 -
CMYK 0 0.16 0.39 0.14
HSL 34.59º 0.54% 0.69% -
HSV(B) 34.59º 0.39% 0.86% -
XYZ 50.45 50.65 29.67 -
YUV 188.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 219 183 134 0 0.16 0.39 0.14 34.59 0.54 0.69
Hex DB B7 86 0 10 27 E 23 36 45
Octal 333 267 206 0 20 47 16 43 66 105
Binary 11011011 10110111 10000110 0 10000 100111 1110 100011 110110 1000101

Color Harmonies of #DBB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB786

Black with #DBB786

Text Example


Text Example

White with #DBB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB786; }

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

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

background-color css

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

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

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

border-color css

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

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

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