Html Css Color HEX #DFA870 Manhattan

📋 copy color: '#DFA870'

red 223 ◦ green 168 ◦ blue 112

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

Shades of Manhattan #DFA870

Tints of Manhattan #DFA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 44.33%
G = 33.4%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFA870 (or 0xDFA870) is known color: Manhattan. HEX triplet: DF, A8 and 70. RGB value is (223,168,112). Sum of RGB (Red+Green+Blue) = 223+168+112=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA870 is #20578F. Grayscale: #B2B2B2. Windows color (decimal): -2119568 or 7383263. OLE color: 7383263.

HSL color Cylindrical-coordinate representation of color #DFA870: hue angle of 30.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFA870 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 112 -
CMYK 0 0.25 0.50 0.13
HSL 30.27º 0.63% 0.66% -
HSV(B) 30.27º 0.5% 0.87% -
XYZ 47.36 44.86 21.49 -
YUV 178.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 223 168 112 0 0.25 0.50 0.13 30.27 0.63 0.66
Hex DF A8 70 0 19 32 D 1E 3F 42
Octal 337 250 160 0 31 62 15 36 77 102
Binary 11011111 10101000 1110000 0 11001 110010 1101 11110 111111 1000010

Color Harmonies of #DFA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA870

Black with #DFA870

Text Example


Text Example

White with #DFA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA870; }

 p { color: rgb(223,168,112); }

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

background-color css

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

 a { background-color: rgb(223,168,112); }

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

border-color css

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

 span { border-color: rgb(223,168,112); }

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