Html Css Color HEX #DFAC85 Manhattan

📋 copy color: '#DFAC85'

red 223 ◦ green 172 ◦ blue 133

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

Shades of Manhattan #DFAC85

Tints of Manhattan #DFAC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.58%

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

R = 42.23%
G = 32.58%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFAC85 (or 0xDFAC85) is known color: Manhattan. HEX triplet: DF, AC and 85. RGB value is (223,172,133). Sum of RGB (Red+Green+Blue) = 223+172+133=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC85 is #20537A. Grayscale: #B7B7B7. Windows color (decimal): -2118523 or 8760543. OLE color: 8760543.

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

Color convert

RGB 223 172 133 -
CMYK 0 0.23 0.40 0.13
HSL 26º 0.58% 0.7% -
HSV(B) 26º 0.4% 0.87% -
XYZ 49.42 46.89 28.64 -
YUV 182.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 223 172 133 0 0.23 0.40 0.13 26 0.58 0.7
Hex DF AC 85 0 17 28 D 1A 3A 46
Octal 337 254 205 0 27 50 15 32 72 106
Binary 11011111 10101100 10000101 0 10111 101000 1101 11010 111010 1000110

Color Harmonies of #DFAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC85

Black with #DFAC85

Text Example


Text Example

White with #DFAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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