Html Css Color HEX #DAB576 Straw

📋 copy color: '#DAB576'

red 218 ◦ green 181 ◦ blue 118

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

Shades of Straw #DAB576

Tints of Straw #DAB576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.82%

R = 42.17%
G = 35.01%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAB576 (or 0xDAB576) is known color: Straw. HEX triplet: DA, B5 and 76. RGB value is (218,181,118). Sum of RGB (Red+Green+Blue) = 218+181+118=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB576 is #254A89. Grayscale: #B9B9B9. Windows color (decimal): -2443914 or 7779802. OLE color: 7779802.

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

Color convert

RGB 218 181 118 -
CMYK 0 0.17 0.46 0.15
HSL 37.8º 0.57% 0.66% -
HSV(B) 37.8º 0.46% 0.85% -
XYZ 48.71 49.26 24.08 -
YUV 184.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 218 181 118 0 0.17 0.46 0.15 37.8 0.57 0.66
Hex DA B5 76 0 11 2E F 26 39 42
Octal 332 265 166 0 21 56 17 46 71 102
Binary 11011010 10110101 1110110 0 10001 101110 1111 100110 111001 1000010

Color Harmonies of #DAB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB576

Black with #DAB576

Text Example


Text Example

White with #DAB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB576; }

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

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

background-color css

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

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

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

border-color css

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

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

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