#DBB981

Color #DBB981 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DBB981

Tints of Straw #DBB981

Color information

#DBB981 (or 0xDBB981) is unknown color: approx Straw. HEX triplet: DB, B9 and 81. RGB value is (219,185,129). Sum of RGB (Red+Green+Blue) = 219+185+129=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB981 is #24467E. Grayscale: #BDBDBD. Windows color (decimal): -2377343 or 8501723. OLE color: 8501723.

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

Color convert

RGB219185129-
CMYK00.160.410.14
HSL37.33º55.56%68.24%-
HSV(B)37.33º41.1%85.88%-
XYZ50.5251.3428.02-
YUV188.7894.26149.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=41.09%
G=34.71%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918512900.160.410.1437.3355.5668.24
HexDBB98101029E253844
Octal33327120102051164570104
Binary11011011101110011000000101000010100111101001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB981; }

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

 H1.HeaderClassName
 {
   color: #DBB981;
 }
 .AnyTagClassName
 {
   color: #DBB981;
 }
</style>
background-color css

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

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

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

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

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

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