#DABA78

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

Shades of Straw #DABA78

Tints of Straw #DABA78

Color information

#DABA78 (or 0xDABA78) is unknown color: approx Straw. HEX triplet: DA, BA and 78. RGB value is (218,186,120). Sum of RGB (Red+Green+Blue) = 218+186+120=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA78 is #254587. Grayscale: #BCBCBC. Windows color (decimal): -2442632 or 7912154. OLE color: 7912154.

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

Color convert

RGB218186120-
CMYK00.150.450.15
HSL40.41º56.98%66.27%-
HSV(B)40.41º44.95%85.49%-
XYZ49.8651.3825.06-
YUV188.0489.6149.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=41.60%
G=35.50%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818612000.150.450.1540.4156.9866.27
HexDABA780F2DF283942
Octal33227217001755175071102
Binary110110101011101011110000111110110111111010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA78; }

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

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

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

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

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

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

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

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