#DAB880

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

Shades of Straw #DAB880

Tints of Straw #DAB880

Color information

#DAB880 (or 0xDAB880) is unknown color: approx Straw. HEX triplet: DA, B8 and 80. RGB value is (218,184,128). Sum of RGB (Red+Green+Blue) = 218+184+128=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB880 is #25477F. Grayscale: #BCBCBC. Windows color (decimal): -2443136 or 8435930. OLE color: 8435930.

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

Color convert

RGB218184128-
CMYK00.160.410.15
HSL37.33º54.88%67.84%-
HSV(B)37.33º41.28%85.49%-
XYZ49.9550.7427.58-
YUV187.7894.26149.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=41.13%
G=34.72%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818412800.160.410.1537.3354.8867.84
HexDAB88001029F253744
Octal33227020002051174567104
Binary11011010101110001000000001000010100111111001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB880; }

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

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

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

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

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

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

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

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