#DCAF75

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

Shades of Manhattan #DCAF75

Tints of Manhattan #DCAF75

Color information

#DCAF75 (or 0xDCAF75) is unknown color: approx Manhattan. HEX triplet: DC, AF and 75. RGB value is (220,175,117). Sum of RGB (Red+Green+Blue) = 220+175+117=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF75 is #23508A. Grayscale: #B6B6B6. Windows color (decimal): -2314379 or 7712732. OLE color: 7712732.

HSL color Cylindrical-coordinate representation of color #DCAF75: hue angle of 33.79º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCAF75 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB220175117-
CMYK00.200.470.14
HSL33.79º59.54%66.08%-
HSV(B)33.79º46.82%86.27%-
XYZ48.0647.1623.4-
YUV181.8491.41155.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=42.97%
G=34.18%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017511700.200.470.1433.7959.5466.08
HexDCAF750142FE223c42
Octal33425716502457164274102
Binary1101110010101111111010101010010111111101000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF75; }

 p { color: rgb(220,175,117); }

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

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

 a { background-color: rgb(220,175,117); }

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

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

 span { border-color: rgb(220,175,117); }

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