Html Css Color HEX #DAA977 Manhattan

📋 copy color: '#DAA977'

red 218 ◦ green 169 ◦ blue 119

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

Shades of Manhattan #DAA977

Tints of Manhattan #DAA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

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

R = 43.08%
G = 33.4%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAA977 (or 0xDAA977) is known color: Manhattan. HEX triplet: DA, A9 and 77. RGB value is (218,169,119). Sum of RGB (Red+Green+Blue) = 218+169+119=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA977 is #255688. Grayscale: #B2B2B2. Windows color (decimal): -2446985 or 7842266. OLE color: 7842266.

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

Color convert

RGB 218 169 119 -
CMYK 0 0.22 0.45 0.15
HSL 30.3º 0.57% 0.66% -
HSV(B) 30.3º 0.45% 0.85% -
XYZ 46.43 44.61 23.62 -
YUV 177.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 218 169 119 0 0.22 0.45 0.15 30.3 0.57 0.66
Hex DA A9 77 0 16 2D F 1E 39 42
Octal 332 251 167 0 26 55 17 36 71 102
Binary 11011010 10101001 1110111 0 10110 101101 1111 11110 111001 1000010

Color Harmonies of #DAA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA977

Black with #DAA977

Text Example


Text Example

White with #DAA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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