#DAB87F

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

Shades of Straw #DAB87F

Tints of Straw #DAB87F

Color information

#DAB87F (or 0xDAB87F) is unknown color: approx Straw. HEX triplet: DA, B8 and 7F. RGB value is (218,184,127). Sum of RGB (Red+Green+Blue) = 218+184+127=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB87F is #254780. Grayscale: #BBBBBB. Windows color (decimal): -2443137 or 8370394. OLE color: 8370394.

HSL color Cylindrical-coordinate representation of color #DAB87F: hue angle of 37.58º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAB87F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218184127-
CMYK00.160.420.15
HSL37.58º55.15%67.65%-
HSV(B)37.58º41.74%85.49%-
XYZ49.8850.7227.24-
YUV187.6793.76149.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 127 (50% from 255) = 24.01%
R=41.21%
G=34.78%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818412700.160.420.1537.5855.1567.65
HexDAB87F0102AF263744
Octal33227017702052174667104
Binary1101101010111000111111101000010101011111001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB87F; }

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

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

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

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

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

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

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

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