#DAB979

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

Shades of Straw #DAB979

Tints of Straw #DAB979

Color information

#DAB979 (or 0xDAB979) is unknown color: approx Straw. HEX triplet: DA, B9 and 79. RGB value is (218,185,121). Sum of RGB (Red+Green+Blue) = 218+185+121=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB979 is #254686. Grayscale: #BBBBBB. Windows color (decimal): -2442887 or 7977434. OLE color: 7977434.

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

Color convert

RGB218185121-
CMYK00.150.440.15
HSL39.59º56.73%66.47%-
HSV(B)39.59º44.5%85.49%-
XYZ49.7150.9825.31-
YUV187.5790.43149.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=41.60%
G=35.31%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818512100.150.440.1539.5956.7366.47
HexDAB9790F2CF283942
Octal33227117101754175071102
Binary110110101011100111110010111110110011111010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB979; }

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

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

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

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

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

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

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

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