#DAAB7E

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

Shades of Manhattan #DAAB7E

Tints of Manhattan #DAAB7E

Color information

#DAAB7E (or 0xDAAB7E) is unknown color: approx Manhattan. HEX triplet: DA, AB and 7E. RGB value is (218,171,126). Sum of RGB (Red+Green+Blue) = 218+171+126=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB7E is #255481. Grayscale: #B4B4B4. Windows color (decimal): -2446466 or 8301530. OLE color: 8301530.

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

Color convert

RGB218171126-
CMYK00.220.420.15
HSL29.35º55.42%67.45%-
HSV(B)29.35º42.2%85.49%-
XYZ47.2445.5426.04-
YUV179.9297.57155.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 126 (49.61% from 255) = 24.47%
R=42.33%
G=33.20%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817112600.220.420.1529.3555.4267.45
HexDAAB7E0162AF1d3743
Octal33225317602652173567103
Binary110110101010101111111100101101010101111111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB7E; }

 p { color: rgb(218,171,126); }

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

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

 a { background-color: rgb(218,171,126); }

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

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

 span { border-color: rgb(218,171,126); }

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