#DAAD7C

Color #DAAD7C Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DAAD7C

Tints of Manhattan #DAAD7C

Color information

#DAAD7C (or 0xDAAD7C) is unknown color: approx Manhattan. HEX triplet: DA, AD and 7C. RGB value is (218,173,124). Sum of RGB (Red+Green+Blue) = 218+173+124=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD7C is #255283. Grayscale: #B5B5B5. Windows color (decimal): -2445956 or 8170970. OLE color: 8170970.

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

Color convert

RGB218173124-
CMYK00.210.430.15
HSL31.28º55.95%67.06%-
HSV(B)31.28º43.12%85.49%-
XYZ47.546.2525.49-
YUV180.8795.91154.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=42.33%
G=33.59%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817312400.210.430.1531.2855.9567.06
HexDAAD7C0152BF1f3843
Octal33225517402553173770103
Binary110110101010110111111000101011010111111111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD7C; }

 p { color: rgb(218,173,124); }

 H1.HeaderClassName
 {
   color: #DAAD7C;
 }
 .AnyTagClassName
 {
   color: #DAAD7C;
 }
</style>
background-color css

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

 a { background-color: rgb(218,173,124); }

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

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

 span { border-color: rgb(218,173,124); }

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