#DAB879

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

Shades of Straw #DAB879

Tints of Straw #DAB879

Color information

#DAB879 (or 0xDAB879) is unknown color: approx Straw. HEX triplet: DA, B8 and 79. RGB value is (218,184,121). Sum of RGB (Red+Green+Blue) = 218+184+121=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB879 is #254786. Grayscale: #BBBBBB. Windows color (decimal): -2443143 or 7977178. OLE color: 7977178.

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

Color convert

RGB218184121-
CMYK00.160.440.15
HSL38.97º56.73%66.47%-
HSV(B)38.97º44.5%85.49%-
XYZ49.5150.5725.24-
YUV186.9890.76150.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=41.68%
G=35.18%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818412100.160.440.1538.9756.7366.47
HexDAB8790102CF273942
Octal33227017102054174771102
Binary1101101010111000111100101000010110011111001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB879; }

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

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

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

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

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

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

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

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