Html Css Color HEX #DAAA7A Manhattan

📋 copy color: '#DAAA7A'

red 218 ◦ green 170 ◦ blue 122

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

Shades of Manhattan #DAAA7A

Tints of Manhattan #DAAA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.92%

R = 42.75%
G = 33.33%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAAA7A (or 0xDAAA7A) is known color: Manhattan. HEX triplet: DA, AA and 7A. RGB value is (218,170,122). Sum of RGB (Red+Green+Blue) = 218+170+122=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA7A is #255585. Grayscale: #B3B3B3. Windows color (decimal): -2446726 or 8039130. OLE color: 8039130.

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

Color convert

RGB 218 170 122 -
CMYK 0 0.22 0.44 0.15
HSL 30º 0.56% 0.67% -
HSV(B) 30º 0.44% 0.85% -
XYZ 46.8 45.06 24.64 -
YUV 178.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 218 170 122 0 0.22 0.44 0.15 30 0.56 0.67
Hex DA AA 7A 0 16 2C F 1E 38 43
Octal 332 252 172 0 26 54 17 36 70 103
Binary 11011010 10101010 1111010 0 10110 101100 1111 11110 111000 1000011

Color Harmonies of #DAAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA7A

Black with #DAAA7A

Text Example


Text Example

White with #DAAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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