#DFAB7F

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

Shades of Manhattan #DFAB7F

Tints of Manhattan #DFAB7F

Color information

#DFAB7F (or 0xDFAB7F) is unknown color: approx Manhattan. HEX triplet: DF, AB and 7F. RGB value is (223,171,127). Sum of RGB (Red+Green+Blue) = 223+171+127=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB7F is #205480. Grayscale: #B5B5B5. Windows color (decimal): -2118785 or 8367071. OLE color: 8367071.

HSL color Cylindrical-coordinate representation of color #DFAB7F: hue angle of 27.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAB7F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223171127-
CMYK00.230.430.13
HSL27.5º60%68.63%-
HSV(B)27.5º43.05%87.45%-
XYZ48.8346.3526.45-
YUV181.5397.23157.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 127 (50% from 255) = 24.38%
R=42.80%
G=32.82%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317112700.230.430.1327.56068.63
HexDFAB7F0172BD1c3c45
Octal33725317702753153474105
Binary110111111010101111111110101111010111101111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB7F; }

 p { color: rgb(223,171,127); }

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

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

 a { background-color: rgb(223,171,127); }

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

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

 span { border-color: rgb(223,171,127); }

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