Html Css Color HEX #DAA978 Manhattan

📋 copy color: '#DAA978'

red 218 ◦ green 169 ◦ blue 120

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

Shades of Manhattan #DAA978

Tints of Manhattan #DAA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 43%
G = 33.33%
B = 23.67%

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

#DAA978 (or 0xDAA978) is known color: Manhattan. HEX triplet: DA, A9 and 78. RGB value is (218,169,120). Sum of RGB (Red+Green+Blue) = 218+169+120=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA978 is #255687. Grayscale: #B2B2B2. Windows color (decimal): -2446984 or 7907802. OLE color: 7907802.

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

Color convert

RGB 218 169 120 -
CMYK 0 0.22 0.45 0.15
HSL 30º 0.57% 0.66% -
HSV(B) 30º 0.45% 0.85% -
XYZ 46.49 44.64 23.93 -
YUV 178.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 218 169 120 0 0.22 0.45 0.15 30 0.57 0.66
Hex DA A9 78 0 16 2D F 1E 39 42
Octal 332 251 170 0 26 55 17 36 71 102
Binary 11011010 10101001 1111000 0 10110 101101 1111 11110 111001 1000010

Color Harmonies of #DAA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA978

Black with #DAA978

Text Example


Text Example

White with #DAA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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