Html Css Color HEX #DAB579 Straw

📋 copy color: '#DAB579'

red 218 ◦ green 181 ◦ blue 121

#DAB579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Straw #DAB579

Tints of Straw #DAB579

RGB

 RED value IS 218 (85.55% from 255) = 41.92%

 GREEN value IS 181 (71.09% from 255) = 34.81%

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 41.92%
G = 34.81%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB579 (or 0xDAB579) is known color: Straw. HEX triplet: DA, B5 and 79. RGB value is (218,181,121). Sum of RGB (Red+Green+Blue) = 218+181+121=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB579 is #254A86. Grayscale: #B9B9B9. Windows color (decimal): -2443911 or 7976410. OLE color: 7976410.

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

Color convert

RGB 218 181 121 -
CMYK 0 0.17 0.44 0.15
HSL 37.11º 0.57% 0.66% -
HSV(B) 37.11º 0.44% 0.85% -
XYZ 48.89 49.33 25.03 -
YUV 185.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 218 181 121 0 0.17 0.44 0.15 37.11 0.57 0.66
Hex DA B5 79 0 11 2C F 25 39 42
Octal 332 265 171 0 21 54 17 45 71 102
Binary 11011010 10110101 1111001 0 10001 101100 1111 100101 111001 1000010

Color Harmonies of #DAB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB579

Black with #DAB579

Text Example


Text Example

White with #DAB579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB579; }

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

 H1.HeaderClassName
 {
   color: #DAB579;
 }
 .AnyTagClassName
 {
   color: #DAB579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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