Html Css Color HEX #DFAE86 Manhattan

📋 copy color: '#DFAE86'

red 223 ◦ green 174 ◦ blue 134

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

Shades of Manhattan #DFAE86

Tints of Manhattan #DFAE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.77%

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

R = 42%
G = 32.77%
B = 25.24%

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

#DFAE86 (or 0xDFAE86) is known color: Manhattan. HEX triplet: DF, AE and 86. RGB value is (223,174,134). Sum of RGB (Red+Green+Blue) = 223+174+134=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE86 is #205179. Grayscale: #B8B8B8. Windows color (decimal): -2118010 or 8826591. OLE color: 8826591.

HSL color Cylindrical-coordinate representation of color #DFAE86: hue angle of 26.97º 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 #DFAE86 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 174 134 -
CMYK 0 0.22 0.40 0.13
HSL 26.97º 0.58% 0.7% -
HSV(B) 26.97º 0.4% 0.87% -
XYZ 49.87 47.68 29.13 -
YUV 184.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 223 174 134 0 0.22 0.40 0.13 26.97 0.58 0.7
Hex DF AE 86 0 16 28 D 1B 3A 46
Octal 337 256 206 0 26 50 15 33 72 106
Binary 11011111 10101110 10000110 0 10110 101000 1101 11011 111010 1000110

Color Harmonies of #DFAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE86

Black with #DFAE86

Text Example


Text Example

White with #DFAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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