#DABC79

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

Shades of Straw #DABC79

Tints of Straw #DABC79

Color information

#DABC79 (or 0xDABC79) is unknown color: approx Straw. HEX triplet: DA, BC and 79. RGB value is (218,188,121). Sum of RGB (Red+Green+Blue) = 218+188+121=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC79 is #254386. Grayscale: #BDBDBD. Windows color (decimal): -2442119 or 7978202. OLE color: 7978202.

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

Color convert

RGB218188121-
CMYK00.140.440.15
HSL41.44º56.73%66.47%-
HSV(B)41.44º44.5%85.49%-
XYZ50.3552.2525.52-
YUV189.3389.44148.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 121 (47.66% from 255) = 22.96%
R=41.37%
G=35.67%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818812100.140.440.1541.4456.7366.47
HexDABC790E2CF293942
Octal33227417101654175171102
Binary110110101011110011110010111010110011111010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC79; }

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

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

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

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

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

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

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

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