Html Css Color HEX #DAB977 Straw

📋 copy color: '#DAB977'

red 218 ◦ green 185 ◦ blue 119

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

Shades of Straw #DAB977

Tints of Straw #DAB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 41.76%
G = 35.44%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB977 (or 0xDAB977) is known color: Straw. HEX triplet: DA, B9 and 77. RGB value is (218,185,119). Sum of RGB (Red+Green+Blue) = 218+185+119=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB977 is #254688. Grayscale: #BBBBBB. Windows color (decimal): -2442889 or 7846362. OLE color: 7846362.

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

Color convert

RGB 218 185 119 -
CMYK 0 0.15 0.45 0.15
HSL 40º 0.57% 0.66% -
HSV(B) 40º 0.45% 0.85% -
XYZ 49.59 50.94 24.67 -
YUV 187.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 218 185 119 0 0.15 0.45 0.15 40 0.57 0.66
Hex DA B9 77 0 F 2D F 28 39 42
Octal 332 271 167 0 17 55 17 50 71 102
Binary 11011010 10111001 1110111 0 1111 101101 1111 101000 111001 1000010

Color Harmonies of #DAB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB977

Black with #DAB977

Text Example


Text Example

White with #DAB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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