#DAB881

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

Shades of Straw #DAB881

Tints of Straw #DAB881

Color information

#DAB881 (or 0xDAB881) is unknown color: approx Straw. HEX triplet: DA, B8 and 81. RGB value is (218,184,129). Sum of RGB (Red+Green+Blue) = 218+184+129=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB881 is #25477E. Grayscale: #BCBCBC. Windows color (decimal): -2443135 or 8501466. OLE color: 8501466.

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

Color convert

RGB218184129-
CMYK00.160.410.15
HSL37.08º54.6%68.04%-
HSV(B)37.08º40.83%85.49%-
XYZ50.0250.7727.93-
YUV187.994.76149.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=41.05%
G=34.65%
B=24.29%

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
Decimal21818412900.160.410.1537.0854.668.04
HexDAB88101029F253744
Octal33227020102051174567104
Binary11011010101110001000000101000010100111111001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB881; }

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

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

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

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

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

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

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

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