Html Css Color HEX #DCAF87 Manhattan

📋 copy color: '#DCAF87'

red 220 ◦ green 175 ◦ blue 135

#DCAF87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manhattan #DCAF87

Tints of Manhattan #DCAF87

RGB

 RED value IS 220 (86.33% from 255) = 41.51%

 GREEN value IS 175 (68.75% from 255) = 33.02%

 BLUE value IS 135 (53.13% from 255) = 25.47%

R = 41.51%
G = 33.02%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCAF87 (or 0xDCAF87) is known color: Manhattan. HEX triplet: DC, AF and 87. RGB value is (220,175,135). Sum of RGB (Red+Green+Blue) = 220+175+135=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF87 is #235078. Grayscale: #B8B8B8. Windows color (decimal): -2314361 or 8892380. OLE color: 8892380.

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

Color convert

RGB 220 175 135 -
CMYK 0 0.20 0.39 0.14
HSL 28.24º 0.55% 0.7% -
HSV(B) 28.24º 0.39% 0.86% -
XYZ 49.22 47.62 29.52 -
YUV 183.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 220 175 135 0 0.20 0.39 0.14 28.24 0.55 0.7
Hex DC AF 87 0 14 27 E 1C 37 46
Octal 334 257 207 0 24 47 16 34 67 106
Binary 11011100 10101111 10000111 0 10100 100111 1110 11100 110111 1000110

Color Harmonies of #DCAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF87

Black with #DCAF87

Text Example


Text Example

White with #DCAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF87; }

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

 H1.HeaderClassName
 {
   color: #DCAF87;
 }
 .AnyTagClassName
 {
   color: #DCAF87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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