Html Css Color HEX #DFAC80 Manhattan

📋 copy color: '#DFAC80'

red 223 ◦ green 172 ◦ blue 128

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

Shades of Manhattan #DFAC80

Tints of Manhattan #DFAC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 42.64%
G = 32.89%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFAC80 (or 0xDFAC80) is known color: Manhattan. HEX triplet: DF, AC and 80. RGB value is (223,172,128). Sum of RGB (Red+Green+Blue) = 223+172+128=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC80 is #20537F. Grayscale: #B6B6B6. Windows color (decimal): -2118528 or 8432863. OLE color: 8432863.

HSL color Cylindrical-coordinate representation of color #DFAC80: hue angle of 27.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAC80 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 172 128 -
CMYK 0 0.23 0.43 0.13
HSL 27.79º 0.6% 0.69% -
HSV(B) 27.79º 0.43% 0.87% -
XYZ 49.08 46.75 26.86 -
YUV 182.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 223 172 128 0 0.23 0.43 0.13 27.79 0.6 0.69
Hex DF AC 80 0 17 2B D 1C 3C 45
Octal 337 254 200 0 27 53 15 34 74 105
Binary 11011111 10101100 10000000 0 10111 101011 1101 11100 111100 1000101

Color Harmonies of #DFAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC80

Black with #DFAC80

Text Example


Text Example

White with #DFAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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