Html Css Color HEX #DAAA76 Manhattan

📋 copy color: '#DAAA76'

red 218 ◦ green 170 ◦ blue 118

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

Shades of Manhattan #DAAA76

Tints of Manhattan #DAAA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 43.08%
G = 33.6%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAAA76 (or 0xDAAA76) is known color: Manhattan. HEX triplet: DA, AA and 76. RGB value is (218,170,118). Sum of RGB (Red+Green+Blue) = 218+170+118=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA76 is #255589. Grayscale: #B2B2B2. Windows color (decimal): -2446730 or 7776986. OLE color: 7776986.

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

Color convert

RGB 218 170 118 -
CMYK 0 0.22 0.46 0.15
HSL 31.2º 0.57% 0.66% -
HSV(B) 31.2º 0.46% 0.85% -
XYZ 46.56 44.96 23.36 -
YUV 178.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 218 170 118 0 0.22 0.46 0.15 31.2 0.57 0.66
Hex DA AA 76 0 16 2E F 1F 39 42
Octal 332 252 166 0 26 56 17 37 71 102
Binary 11011010 10101010 1110110 0 10110 101110 1111 11111 111001 1000010

Color Harmonies of #DAAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA76

Black with #DAAA76

Text Example


Text Example

White with #DAAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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