Html Css Color HEX #DBB686 Burly Wood

📋 copy color: '#DBB686'

red 219 ◦ green 182 ◦ blue 134

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

Shades of Burly Wood #DBB686

Tints of Burly Wood #DBB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 40.93%
G = 34.02%
B = 25.05%

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

#DBB686 (or 0xDBB686) is known color: Burly Wood. HEX triplet: DB, B6 and 86. RGB value is (219,182,134). Sum of RGB (Red+Green+Blue) = 219+182+134=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB686 is #244979. Grayscale: #BBBBBB. Windows color (decimal): -2378106 or 8828635. OLE color: 8828635.

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

Color convert

RGB 219 182 134 -
CMYK 0 0.17 0.39 0.14
HSL 33.88º 0.54% 0.69% -
HSV(B) 33.88º 0.39% 0.86% -
XYZ 50.24 50.24 29.6 -
YUV 187.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 219 182 134 0 0.17 0.39 0.14 33.88 0.54 0.69
Hex DB B6 86 0 11 27 E 22 36 45
Octal 333 266 206 0 21 47 16 42 66 105
Binary 11011011 10110110 10000110 0 10001 100111 1110 100010 110110 1000101

Color Harmonies of #DBB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB686

Black with #DBB686

Text Example


Text Example

White with #DBB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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