Html Css Color HEX #DFAD85 Manhattan

📋 copy color: '#DFAD85'

red 223 ◦ green 173 ◦ blue 133

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

Shades of Manhattan #DFAD85

Tints of Manhattan #DFAD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 42.16%
G = 32.7%
B = 25.14%

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

#DFAD85 (or 0xDFAD85) is known color: Manhattan. HEX triplet: DF, AD and 85. RGB value is (223,173,133). Sum of RGB (Red+Green+Blue) = 223+173+133=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD85 is #20527A. Grayscale: #B7B7B7. Windows color (decimal): -2118267 or 8760799. OLE color: 8760799.

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

Color convert

RGB 223 173 133 -
CMYK 0 0.22 0.40 0.13
HSL 26.67º 0.58% 0.7% -
HSV(B) 26.67º 0.4% 0.87% -
XYZ 49.61 47.27 28.7 -
YUV 183.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 223 173 133 0 0.22 0.40 0.13 26.67 0.58 0.7
Hex DF AD 85 0 16 28 D 1B 3A 46
Octal 337 255 205 0 26 50 15 33 72 106
Binary 11011111 10101101 10000101 0 10110 101000 1101 11011 111010 1000110

Color Harmonies of #DFAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD85

Black with #DFAD85

Text Example


Text Example

White with #DFAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD85; }

 p { color: rgb(223,173,133); }

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

background-color css

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

 a { background-color: rgb(223,173,133); }

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

border-color css

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

 span { border-color: rgb(223,173,133); }

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