Html Css Color HEX #DFAF86 Manhattan

📋 copy color: '#DFAF86'

red 223 ◦ green 175 ◦ blue 134

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

Shades of Manhattan #DFAF86

Tints of Manhattan #DFAF86

RGB

 RED value IS 223 (87.5% from 255) = 41.92%

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

 BLUE value IS 134 (52.73% from 255) = 25.19%

R = 41.92%
G = 32.89%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFAF86 (or 0xDFAF86) is known color: Manhattan. HEX triplet: DF, AF and 86. RGB value is (223,175,134). Sum of RGB (Red+Green+Blue) = 223+175+134=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF86 is #205079. Grayscale: #B8B8B8. Windows color (decimal): -2117754 or 8826847. OLE color: 8826847.

HSL color Cylindrical-coordinate representation of color #DFAF86: hue angle of 27.64º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFAF86 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 134 -
CMYK 0 0.22 0.40 0.13
HSL 27.64º 0.58% 0.7% -
HSV(B) 27.64º 0.4% 0.87% -
XYZ 50.06 48.07 29.19 -
YUV 184.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 223 175 134 0 0.22 0.40 0.13 27.64 0.58 0.7
Hex DF AF 86 0 16 28 D 1C 3A 46
Octal 337 257 206 0 26 50 15 34 72 106
Binary 11011111 10101111 10000110 0 10110 101000 1101 11100 111010 1000110

Color Harmonies of #DFAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF86

Black with #DFAF86

Text Example


Text Example

White with #DFAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF86; }

 p { color: rgb(223,175,134); }

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

background-color css

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

 a { background-color: rgb(223,175,134); }

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

border-color css

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

 span { border-color: rgb(223,175,134); }

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