#DAAD80

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

Shades of Manhattan #DAAD80

Tints of Manhattan #DAAD80

Color information

#DAAD80 (or 0xDAAD80) is unknown color: approx Manhattan. HEX triplet: DA, AD and 80. RGB value is (218,173,128). Sum of RGB (Red+Green+Blue) = 218+173+128=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD80 is #25527F. Grayscale: #B5B5B5. Windows color (decimal): -2445952 or 8433114. OLE color: 8433114.

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

Color convert

RGB218173128-
CMYK00.210.410.15
HSL30º54.88%67.84%-
HSV(B)30º41.28%85.49%-
XYZ47.7546.3526.85-
YUV181.3297.91154.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=42.00%
G=33.33%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817312800.210.410.153054.8867.84
HexDAAD8001529F1e3744
Octal33225520002551173667104
Binary1101101010101101100000000101011010011111111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD80; }

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

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

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

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

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

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

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

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