#DAB578

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

Shades of Straw #DAB578

Tints of Straw #DAB578

Color information

#DAB578 (or 0xDAB578) is unknown color: approx Straw. HEX triplet: DA, B5 and 78. RGB value is (218,181,120). Sum of RGB (Red+Green+Blue) = 218+181+120=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB578 is #254A87. Grayscale: #B9B9B9. Windows color (decimal): -2443912 or 7910874. OLE color: 7910874.

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

Color convert

RGB218181120-
CMYK00.170.450.15
HSL37.35º56.98%66.27%-
HSV(B)37.35º44.95%85.49%-
XYZ48.8349.3124.71-
YUV185.1191.26151.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 120 (47.27% from 255) = 23.12%
R=42.00%
G=34.87%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818112000.170.450.1537.3556.9866.27
HexDAB5780112DF253942
Octal33226517002155174571102
Binary1101101010110101111100001000110110111111001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB578; }

 p { color: rgb(218,181,120); }

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

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

 a { background-color: rgb(218,181,120); }

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

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

 span { border-color: rgb(218,181,120); }

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