#DABC84

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

Shades of Straw #DABC84

Tints of Straw #DABC84

Color information

#DABC84 (or 0xDABC84) is unknown color: approx Straw. HEX triplet: DA, BC and 84. RGB value is (218,188,132). Sum of RGB (Red+Green+Blue) = 218+188+132=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC84 is #25437B. Grayscale: #BEBEBE. Windows color (decimal): -2442108 or 8699098. OLE color: 8699098.

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

Color convert

RGB218188132-
CMYK00.140.390.15
HSL39.07º53.75%68.63%-
HSV(B)39.07º39.45%85.49%-
XYZ51.0652.5429.28-
YUV190.5994.94147.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=40.52%
G=34.94%
B=24.54%

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
Decimal21818813200.140.390.1539.0753.7568.63
HexDABC840E27F273645
Octal33227420401647174766105
Binary1101101010111100100001000111010011111111001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC84; }

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

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

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

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

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

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

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

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