Html Css Color HEX #DFAC7D Manhattan

📋 copy color: '#DFAC7D'

red 223 ◦ green 172 ◦ blue 125

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

Shades of Manhattan #DFAC7D

Tints of Manhattan #DFAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 42.88%
G = 33.08%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFAC7D (or 0xDFAC7D) is known color: Manhattan. HEX triplet: DF, AC and 7D. RGB value is (223,172,125). Sum of RGB (Red+Green+Blue) = 223+172+125=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC7D is #205382. Grayscale: #B6B6B6. Windows color (decimal): -2118531 or 8236255. OLE color: 8236255.

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

Color convert

RGB 223 172 125 -
CMYK 0 0.23 0.44 0.13
HSL 28.78º 0.6% 0.68% -
HSV(B) 28.78º 0.44% 0.87% -
XYZ 48.89 46.67 25.83 -
YUV 181.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 223 172 125 0 0.23 0.44 0.13 28.78 0.6 0.68
Hex DF AC 7D 0 17 2C D 1D 3C 44
Octal 337 254 175 0 27 54 15 35 74 104
Binary 11011111 10101100 1111101 0 10111 101100 1101 11101 111100 1000100

Color Harmonies of #DFAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC7D

Black with #DFAC7D

Text Example


Text Example

White with #DFAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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