#DAB877

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

Shades of Straw #DAB877

Tints of Straw #DAB877

Color information

#DAB877 (or 0xDAB877) is unknown color: approx Straw. HEX triplet: DA, B8 and 77. RGB value is (218,184,119). Sum of RGB (Red+Green+Blue) = 218+184+119=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB877 is #254788. Grayscale: #BBBBBB. Windows color (decimal): -2443145 or 7846106. OLE color: 7846106.

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

Color convert

RGB218184119-
CMYK00.160.450.15
HSL39.39º57.23%66.08%-
HSV(B)39.39º45.41%85.49%-
XYZ49.3850.5224.6-
YUV186.7689.76150.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 119 (46.88% from 255) = 22.84%
R=41.84%
G=35.32%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818411900.160.450.1539.3957.2366.08
HexDAB8770102DF273942
Octal33227016702055174771102
Binary1101101010111000111011101000010110111111001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB877; }

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

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

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

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

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

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

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

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