Html Css Color HEX #DBB988 Burly Wood

📋 copy color: '#DBB988'

red 219 ◦ green 185 ◦ blue 136

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

Shades of Burly Wood #DBB988

Tints of Burly Wood #DBB988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

 BLUE value IS 136 (53.52% from 255) = 25.19%

R = 40.56%
G = 34.26%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBB988 (or 0xDBB988) is known color: Burly Wood. HEX triplet: DB, B9 and 88. RGB value is (219,185,136). Sum of RGB (Red+Green+Blue) = 219+185+136=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB988 is #244677. Grayscale: #BDBDBD. Windows color (decimal): -2377336 or 8960475. OLE color: 8960475.

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

Color convert

RGB 219 185 136 -
CMYK 0 0.16 0.38 0.14
HSL 35.42º 0.54% 0.7% -
HSV(B) 35.42º 0.38% 0.86% -
XYZ 51.01 51.54 30.55 -
YUV 189.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 219 185 136 0 0.16 0.38 0.14 35.42 0.54 0.7
Hex DB B9 88 0 10 26 E 23 36 46
Octal 333 271 210 0 20 46 16 43 66 106
Binary 11011011 10111001 10001000 0 10000 100110 1110 100011 110110 1000110

Color Harmonies of #DBB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB988

Black with #DBB988

Text Example


Text Example

White with #DBB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB988; }

 p { color: rgb(219,185,136); }

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

background-color css

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

 a { background-color: rgb(219,185,136); }

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

border-color css

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

 span { border-color: rgb(219,185,136); }

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