#DCAF82

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

Shades of Manhattan #DCAF82

Tints of Manhattan #DCAF82

Color information

#DCAF82 (or 0xDCAF82) is unknown color: approx Manhattan. HEX triplet: DC, AF and 82. RGB value is (220,175,130). Sum of RGB (Red+Green+Blue) = 220+175+130=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF82 is #23507D. Grayscale: #B7B7B7. Windows color (decimal): -2314366 or 8564700. OLE color: 8564700.

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

Color convert

RGB220175130-
CMYK00.200.410.14
HSL30º56.25%68.63%-
HSV(B)30º40.91%86.27%-
XYZ48.8747.4927.71-
YUV183.3297.91154.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=41.90%
G=33.33%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017513000.200.410.143056.2568.63
HexDCAF8201429E1e3845
Octal33425720202451163670105
Binary1101110010101111100000100101001010011110111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF82; }

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

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

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

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

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

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

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

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