Html Css Color HEX #DAB577 Straw

📋 copy color: '#DAB577'

red 218 ◦ green 181 ◦ blue 119

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

Shades of Straw #DAB577

Tints of Straw #DAB577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 42.08%
G = 34.94%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB577 (or 0xDAB577) is known color: Straw. HEX triplet: DA, B5 and 77. RGB value is (218,181,119). Sum of RGB (Red+Green+Blue) = 218+181+119=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB577 is #254A88. Grayscale: #B9B9B9. Windows color (decimal): -2443913 or 7845338. OLE color: 7845338.

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

Color convert

RGB 218 181 119 -
CMYK 0 0.17 0.45 0.15
HSL 37.58º 0.57% 0.66% -
HSV(B) 37.58º 0.45% 0.85% -
XYZ 48.77 49.29 24.4 -
YUV 185 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 218 181 119 0 0.17 0.45 0.15 37.58 0.57 0.66
Hex DA B5 77 0 11 2D F 26 39 42
Octal 332 265 167 0 21 55 17 46 71 102
Binary 11011010 10110101 1110111 0 10001 101101 1111 100110 111001 1000010

Color Harmonies of #DAB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB577

Black with #DAB577

Text Example


Text Example

White with #DAB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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