#DBB980

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

Shades of Straw #DBB980

Tints of Straw #DBB980

Color information

#DBB980 (or 0xDBB980) is unknown color: approx Straw. HEX triplet: DB, B9 and 80. RGB value is (219,185,128). Sum of RGB (Red+Green+Blue) = 219+185+128=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB980 is #24467F. Grayscale: #BCBCBC. Windows color (decimal): -2377344 or 8436187. OLE color: 8436187.

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

Color convert

RGB219185128-
CMYK00.160.420.14
HSL37.58º55.83%68.04%-
HSV(B)37.58º41.55%85.88%-
XYZ50.4651.3227.67-
YUV188.6793.76149.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=41.17%
G=34.77%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918512800.160.420.1437.5855.8368.04
HexDBB9800102AE263844
Octal33327120002052164670104
Binary11011011101110011000000001000010101011101001101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB980; }

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

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

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

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

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

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

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

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