#DAB87D

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

Shades of Straw #DAB87D

Tints of Straw #DAB87D

Color information

#DAB87D (or 0xDAB87D) is unknown color: approx Straw. HEX triplet: DA, B8 and 7D. RGB value is (218,184,125). Sum of RGB (Red+Green+Blue) = 218+184+125=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB87D is #254782. Grayscale: #BBBBBB. Windows color (decimal): -2443139 or 8239322. OLE color: 8239322.

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

Color convert

RGB218184125-
CMYK00.160.430.15
HSL38.06º55.69%67.25%-
HSV(B)38.06º42.66%85.49%-
XYZ49.7650.6726.56-
YUV187.4492.76149.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=41.37%
G=34.91%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818412500.160.430.1538.0655.6967.25
HexDAB87D0102BF263843
Octal33227017502053174670103
Binary1101101010111000111110101000010101111111001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB87D; }

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

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

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

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

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

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

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

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