#DBBA78

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

Shades of Straw #DBBA78

Tints of Straw #DBBA78

Color information

#DBBA78 (or 0xDBBA78) is unknown color: approx Straw. HEX triplet: DB, BA and 78. RGB value is (219,186,120). Sum of RGB (Red+Green+Blue) = 219+186+120=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA78 is #244587. Grayscale: #BCBCBC. Windows color (decimal): -2377096 or 7912155. OLE color: 7912155.

HSL color Cylindrical-coordinate representation of color #DBBA78: hue angle of 40º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBBA78 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB219186120-
CMYK00.150.450.14
HSL40º57.89%66.47%-
HSV(B)40º45.21%85.88%-
XYZ50.1651.5325.07-
YUV188.3489.43149.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=41.71%
G=35.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918612000.150.450.144057.8966.47
HexDBBA780F2DE283a42
Octal33327217001755165072102
Binary110110111011101011110000111110110111101010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA78; }

 p { color: rgb(219,186,120); }

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

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

 a { background-color: rgb(219,186,120); }

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

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

 span { border-color: rgb(219,186,120); }

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