Html Css Color HEX #DBB584 Burly Wood

📋 copy color: '#DBB584'

red 219 ◦ green 181 ◦ blue 132

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

Shades of Burly Wood #DBB584

Tints of Burly Wood #DBB584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.81%

R = 41.17%
G = 34.02%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBB584 (or 0xDBB584) is known color: Burly Wood. HEX triplet: DB, B5 and 84. RGB value is (219,181,132). Sum of RGB (Red+Green+Blue) = 219+181+132=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB584 is #244A7B. Grayscale: #BBBBBB. Windows color (decimal): -2378364 or 8697307. OLE color: 8697307.

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

Color convert

RGB 219 181 132 -
CMYK 0 0.17 0.40 0.14
HSL 33.79º 0.55% 0.69% -
HSV(B) 33.79º 0.4% 0.86% -
XYZ 49.9 49.77 28.81 -
YUV 186.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 219 181 132 0 0.17 0.40 0.14 33.79 0.55 0.69
Hex DB B5 84 0 11 28 E 22 37 45
Octal 333 265 204 0 21 50 16 42 67 105
Binary 11011011 10110101 10000100 0 10001 101000 1110 100010 110111 1000101

Color Harmonies of #DBB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB584

Black with #DBB584

Text Example


Text Example

White with #DBB584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB584; }

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

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

background-color css

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

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

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

border-color css

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

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

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