#DAB980

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

Shades of Straw #DAB980

Tints of Straw #DAB980

Color information

#DAB980 (or 0xDAB980) is unknown color: approx Straw. HEX triplet: DA, B9 and 80. RGB value is (218,185,128). Sum of RGB (Red+Green+Blue) = 218+185+128=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB980 is #25467F. Grayscale: #BCBCBC. Windows color (decimal): -2442880 or 8436186. OLE color: 8436186.

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

Color convert

RGB218185128-
CMYK00.150.410.15
HSL38º54.88%67.84%-
HSV(B)38º41.28%85.49%-
XYZ50.1651.1627.65-
YUV188.3793.93149.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=41.05%
G=34.84%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818512800.150.410.153854.8867.84
HexDAB9800F29F263744
Octal33227120001751174667104
Binary1101101010111001100000000111110100111111001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB980; }

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

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

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

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

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

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

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

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