Html Css Color HEX #DAAA74 Manhattan

📋 copy color: '#DAAA74'

red 218 ◦ green 170 ◦ blue 116

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

Shades of Manhattan #DAAA74

Tints of Manhattan #DAAA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 43.25%
G = 33.73%
B = 23.02%

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

#DAAA74 (or 0xDAAA74) is known color: Manhattan. HEX triplet: DA, AA and 74. RGB value is (218,170,116). Sum of RGB (Red+Green+Blue) = 218+170+116=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA74 is #25558B. Grayscale: #B2B2B2. Windows color (decimal): -2446732 or 7645914. OLE color: 7645914.

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

Color convert

RGB 218 170 116 -
CMYK 0 0.22 0.47 0.15
HSL 31.76º 0.58% 0.65% -
HSV(B) 31.76º 0.47% 0.85% -
XYZ 46.44 44.92 22.74 -
YUV 178.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 218 170 116 0 0.22 0.47 0.15 31.76 0.58 0.65
Hex DA AA 74 0 16 2F F 20 3A 41
Octal 332 252 164 0 26 57 17 40 72 101
Binary 11011010 10101010 1110100 0 10110 101111 1111 100000 111010 1000001

Color Harmonies of #DAAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA74

Black with #DAAA74

Text Example


Text Example

White with #DAAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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