#DBBA7E

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

Shades of Straw #DBBA7E

Tints of Straw #DBBA7E

Color information

#DBBA7E (or 0xDBBA7E) is unknown color: approx Straw. HEX triplet: DB, BA and 7E. RGB value is (219,186,126). Sum of RGB (Red+Green+Blue) = 219+186+126=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA7E is #244581. Grayscale: #BDBDBD. Windows color (decimal): -2377090 or 8305371. OLE color: 8305371.

HSL color Cylindrical-coordinate representation of color #DBBA7E: hue angle of 38.71º 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 #DBBA7E is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219186126-
CMYK00.150.420.14
HSL38.71º56.36%67.65%-
HSV(B)38.71º42.47%85.88%-
XYZ50.5451.6827.05-
YUV189.0392.43149.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=41.24%
G=35.03%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918612600.150.420.1438.7156.3667.65
HexDBBA7E0F2AE273844
Octal33327217601752164770104
Binary110110111011101011111100111110101011101001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA7E; }

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

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

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

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

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

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

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

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