#DABC87

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

Shades of Straw #DABC87

Tints of Straw #DABC87

Color information

#DABC87 (or 0xDABC87) is unknown color: approx Straw. HEX triplet: DA, BC and 87. RGB value is (218,188,135). Sum of RGB (Red+Green+Blue) = 218+188+135=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC87 is #254378. Grayscale: #BFBFBF. Windows color (decimal): -2442105 or 8895706. OLE color: 8895706.

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

Color convert

RGB218188135-
CMYK00.140.380.15
HSL38.31º52.87%69.22%-
HSV(B)38.31º38.07%85.49%-
XYZ51.2752.6230.38-
YUV190.9396.44147.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 135 (53.12% from 255) = 24.95%
R=40.30%
G=34.75%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818813500.140.380.1538.3152.8769.22
HexDABC870E26F263545
Octal33227420701646174665105
Binary1101101010111100100001110111010011011111001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC87; }

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

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

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

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

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

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

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

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