Html Css Color HEX #DBB987 Burly Wood

📋 copy color: '#DBB987'

red 219 ◦ green 185 ◦ blue 135

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

Shades of Burly Wood #DBB987

Tints of Burly Wood #DBB987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.05%

R = 40.63%
G = 34.32%
B = 25.05%

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

#DBB987 (or 0xDBB987) is known color: Burly Wood. HEX triplet: DB, B9 and 87. RGB value is (219,185,135). Sum of RGB (Red+Green+Blue) = 219+185+135=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB987 is #244678. Grayscale: #BDBDBD. Windows color (decimal): -2377337 or 8894939. OLE color: 8894939.

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

Color convert

RGB 219 185 135 -
CMYK 0 0.16 0.38 0.14
HSL 35.71º 0.54% 0.69% -
HSV(B) 35.71º 0.38% 0.86% -
XYZ 50.94 51.51 30.18 -
YUV 189.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 219 185 135 0 0.16 0.38 0.14 35.71 0.54 0.69
Hex DB B9 87 0 10 26 E 24 36 45
Octal 333 271 207 0 20 46 16 44 66 105
Binary 11011011 10111001 10000111 0 10000 100110 1110 100100 110110 1000101

Color Harmonies of #DBB987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB987

Black with #DBB987

Text Example


Text Example

White with #DBB987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB987; }

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

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

background-color css

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

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

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

border-color css

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

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

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