#DABB86

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

Shades of Straw #DABB86

Tints of Straw #DABB86

Color information

#DABB86 (or 0xDABB86) is unknown color: approx Straw. HEX triplet: DA, BB and 86. RGB value is (218,187,134). Sum of RGB (Red+Green+Blue) = 218+187+134=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB86 is #254479. Grayscale: #BEBEBE. Windows color (decimal): -2442362 or 8829914. OLE color: 8829914.

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

Color convert

RGB218187134-
CMYK00.140.390.15
HSL37.86º53.16%69.02%-
HSV(B)37.86º38.53%85.49%-
XYZ50.9952.1729.94-
YUV190.2396.27147.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=40.45%
G=34.69%
B=24.86%

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
Decimal21818713400.140.390.1537.8653.1669.02
HexDABB860E27F263545
Octal33227320601647174665105
Binary1101101010111011100001100111010011111111001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB86; }

 p { color: rgb(218,187,134); }

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

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

 a { background-color: rgb(218,187,134); }

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

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

 span { border-color: rgb(218,187,134); }

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