#DABC78

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

Shades of Straw #DABC78

Tints of Straw #DABC78

Color information

#DABC78 (or 0xDABC78) is unknown color: approx Straw. HEX triplet: DA, BC and 78. RGB value is (218,188,120). Sum of RGB (Red+Green+Blue) = 218+188+120=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC78 is #254387. Grayscale: #BDBDBD. Windows color (decimal): -2442120 or 7912666. OLE color: 7912666.

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

Color convert

RGB218188120-
CMYK00.140.450.15
HSL41.63º56.98%66.27%-
HSV(B)41.63º44.95%85.49%-
XYZ50.2952.2325.2-
YUV189.2288.94148.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 120 (47.27% from 255) = 22.81%
R=41.44%
G=35.74%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818812000.140.450.1541.6356.9866.27
HexDABC780E2DF2a3942
Octal33227417001655175271102
Binary110110101011110011110000111010110111111010101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC78; }

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

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

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

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

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

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

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

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