#DABD87

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

Shades of Straw #DABD87

Tints of Straw #DABD87

Color information

#DABD87 (or 0xDABD87) is unknown color: approx Straw. HEX triplet: DA, BD and 87. RGB value is (218,189,135). Sum of RGB (Red+Green+Blue) = 218+189+135=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD87 is #254278. Grayscale: #BFBFBF. Windows color (decimal): -2441849 or 8895962. OLE color: 8895962.

HSL color Cylindrical-coordinate representation of color #DABD87: hue angle of 39.04º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DABD87 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218189135-
CMYK00.130.380.15
HSL39.04º52.87%69.22%-
HSV(B)39.04º38.07%85.49%-
XYZ51.4853.0530.45-
YUV191.5296.11146.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 135 (53.12% from 255) = 24.91%
R=40.22%
G=34.87%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818913500.130.380.1539.0452.8769.22
HexDABD870D26F273545
Octal33227520701546174765105
Binary1101101010111101100001110110110011011111001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD87; }

 p { color: rgb(218,189,135); }

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

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

 a { background-color: rgb(218,189,135); }

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

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

 span { border-color: rgb(218,189,135); }

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