#DBBA83

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

Shades of Straw #DBBA83

Tints of Straw #DBBA83

Color information

#DBBA83 (or 0xDBBA83) is unknown color: approx Straw. HEX triplet: DB, BA and 83. RGB value is (219,186,131). Sum of RGB (Red+Green+Blue) = 219+186+131=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA83 is #24457C. Grayscale: #BDBDBD. Windows color (decimal): -2377085 or 8633051. OLE color: 8633051.

HSL color Cylindrical-coordinate representation of color #DBBA83: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBBA83 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219186131-
CMYK00.150.400.14
HSL37.5º55%68.63%-
HSV(B)37.5º40.18%85.88%-
XYZ50.8751.8228.79-
YUV189.694.93148.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 131 (51.56% from 255) = 24.44%
R=40.86%
G=34.70%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918613100.150.400.1437.55568.63
HexDBBA830F28E263745
Octal33327220301750164667105
Binary1101101110111010100000110111110100011101001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA83; }

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

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

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

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

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

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

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

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