#DAB982

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

Shades of Straw #DAB982

Tints of Straw #DAB982

Color information

#DAB982 (or 0xDAB982) is unknown color: approx Straw. HEX triplet: DA, B9 and 82. RGB value is (218,185,130). Sum of RGB (Red+Green+Blue) = 218+185+130=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB982 is #25467D. Grayscale: #BCBCBC. Windows color (decimal): -2442878 or 8567258. OLE color: 8567258.

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

Color convert

RGB218185130-
CMYK00.150.400.15
HSL37.5º54.32%68.24%-
HSV(B)37.5º40.37%85.49%-
XYZ50.2951.2228.35-
YUV188.694.93148.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 130 (51.17% from 255) = 24.39%
R=40.90%
G=34.71%
B=24.39%

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
Decimal21818513000.150.400.1537.554.3268.24
HexDAB9820F28F263644
Octal33227120201750174666104
Binary1101101010111001100000100111110100011111001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB982; }

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

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

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

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

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

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

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

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