#DAB779

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

Shades of Straw #DAB779

Tints of Straw #DAB779

Color information

#DAB779 (or 0xDAB779) is unknown color: approx Straw. HEX triplet: DA, B7 and 79. RGB value is (218,183,121). Sum of RGB (Red+Green+Blue) = 218+183+121=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB779 is #254886. Grayscale: #BABABA. Windows color (decimal): -2443399 or 7976922. OLE color: 7976922.

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

Color convert

RGB218183121-
CMYK00.160.440.15
HSL38.35º56.73%66.47%-
HSV(B)38.35º44.5%85.49%-
XYZ49.350.1525.17-
YUV186.491.1150.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 121 (47.66% from 255) = 23.18%
R=41.76%
G=35.06%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818312100.160.440.1538.3556.7366.47
HexDAB7790102CF263942
Octal33226717102054174671102
Binary1101101010110111111100101000010110011111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB779; }

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

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

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

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

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

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

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

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