Html Css Color HEX #DBBA86 Burly Wood

📋 copy color: '#DBBA86'

red 219 ◦ green 186 ◦ blue 134

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

Shades of Burly Wood #DBBA86

Tints of Burly Wood #DBBA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

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

R = 40.63%
G = 34.51%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBBA86 (or 0xDBBA86) is known color: Burly Wood. HEX triplet: DB, BA and 86. RGB value is (219,186,134). Sum of RGB (Red+Green+Blue) = 219+186+134=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA86 is #244579. Grayscale: #BEBEBE. Windows color (decimal): -2377082 or 8829659. OLE color: 8829659.

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

Color convert

RGB 219 186 134 -
CMYK 0 0.15 0.39 0.14
HSL 36.71º 0.54% 0.69% -
HSV(B) 36.71º 0.39% 0.86% -
XYZ 51.08 51.9 29.88 -
YUV 189.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 219 186 134 0 0.15 0.39 0.14 36.71 0.54 0.69
Hex DB BA 86 0 F 27 E 25 36 45
Octal 333 272 206 0 17 47 16 45 66 105
Binary 11011011 10111010 10000110 0 1111 100111 1110 100101 110110 1000101

Color Harmonies of #DBBA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA86

Black with #DBBA86

Text Example


Text Example

White with #DBBA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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