Html Css Color HEX #DBB989 Burly Wood

📋 copy color: '#DBB989'

red 219 ◦ green 185 ◦ blue 137

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

Shades of Burly Wood #DBB989

Tints of Burly Wood #DBB989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.32%

R = 40.48%
G = 34.2%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBB989 (or 0xDBB989) is known color: Burly Wood. HEX triplet: DB, B9 and 89. RGB value is (219,185,137). Sum of RGB (Red+Green+Blue) = 219+185+137=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB989 is #244676. Grayscale: #BDBDBD. Windows color (decimal): -2377335 or 9026011. OLE color: 9026011.

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

Color convert

RGB 219 185 137 -
CMYK 0 0.16 0.37 0.14
HSL 35.12º 0.53% 0.7% -
HSV(B) 35.12º 0.37% 0.86% -
XYZ 51.08 51.56 30.93 -
YUV 189.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 219 185 137 0 0.16 0.37 0.14 35.12 0.53 0.7
Hex DB B9 89 0 10 25 E 23 35 46
Octal 333 271 211 0 20 45 16 43 65 106
Binary 11011011 10111001 10001001 0 10000 100101 1110 100011 110101 1000110

Color Harmonies of #DBB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB989

Black with #DBB989

Text Example


Text Example

White with #DBB989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB989; }

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

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

background-color css

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

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

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

border-color css

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

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

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