#DABA82

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

Shades of Straw #DABA82

Tints of Straw #DABA82

Color information

#DABA82 (or 0xDABA82) is unknown color: approx Straw. HEX triplet: DA, BA and 82. RGB value is (218,186,130). Sum of RGB (Red+Green+Blue) = 218+186+130=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA82 is #25457D. Grayscale: #BDBDBD. Windows color (decimal): -2442622 or 8567514. OLE color: 8567514.

HSL color Cylindrical-coordinate representation of color #DABA82: hue angle of 38.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DABA82 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218186130-
CMYK00.150.400.15
HSL38.18º54.32%68.24%-
HSV(B)38.18º40.37%85.49%-
XYZ50.551.6328.42-
YUV189.1894.6148.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=40.82%
G=34.83%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818613000.150.400.1538.1854.3268.24
HexDABA820F28F263644
Octal33227220201750174666104
Binary1101101010111010100000100111110100011111001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA82; }

 p { color: rgb(218,186,130); }

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

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

 a { background-color: rgb(218,186,130); }

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

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

 span { border-color: rgb(218,186,130); }

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