#DABC85

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

Shades of Straw #DABC85

Tints of Straw #DABC85

Color information

#DABC85 (or 0xDABC85) is unknown color: approx Straw. HEX triplet: DA, BC and 85. RGB value is (218,188,133). Sum of RGB (Red+Green+Blue) = 218+188+133=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC85 is #25437A. Grayscale: #BEBEBE. Windows color (decimal): -2442107 or 8764634. OLE color: 8764634.

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

Color convert

RGB218188133-
CMYK00.140.390.15
HSL38.82º53.46%68.82%-
HSV(B)38.82º38.99%85.49%-
XYZ51.1352.5729.64-
YUV190.795.44147.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=40.45%
G=34.88%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818813300.140.390.1538.8253.4668.82
HexDABC850E27F273545
Octal33227420501647174765105
Binary1101101010111100100001010111010011111111001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC85; }

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

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

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

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

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

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

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

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