Html Css Color HEX #DAAA73 Manhattan

📋 copy color: '#DAAA73'

red 218 ◦ green 170 ◦ blue 115

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

Shades of Manhattan #DAAA73

Tints of Manhattan #DAAA73

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 115 (45.31% from 255) = 22.86%

R = 43.34%
G = 33.8%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAAA73 (or 0xDAAA73) is known color: Manhattan. HEX triplet: DA, AA and 73. RGB value is (218,170,115). Sum of RGB (Red+Green+Blue) = 218+170+115=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA73 is #25558C. Grayscale: #B2B2B2. Windows color (decimal): -2446733 or 7580378. OLE color: 7580378.

HSL color Cylindrical-coordinate representation of color #DAAA73: hue angle of 32.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAAA73 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 115 -
CMYK 0 0.22 0.47 0.15
HSL 32.04º 0.58% 0.65% -
HSV(B) 32.04º 0.47% 0.85% -
XYZ 46.38 44.89 22.44 -
YUV 178.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 218 170 115 0 0.22 0.47 0.15 32.04 0.58 0.65
Hex DA AA 73 0 16 2F F 20 3A 41
Octal 332 252 163 0 26 57 17 40 72 101
Binary 11011010 10101010 1110011 0 10110 101111 1111 100000 111010 1000001

Color Harmonies of #DAAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA73

Black with #DAAA73

Text Example


Text Example

White with #DAAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA73; }

 p { color: rgb(218,170,115); }

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

background-color css

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

 a { background-color: rgb(218,170,115); }

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

border-color css

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

 span { border-color: rgb(218,170,115); }

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