Html Css Color HEX #DFA86F Manhattan

📋 copy color: '#DFA86F'

red 223 ◦ green 168 ◦ blue 111

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

Shades of Manhattan #DFA86F

Tints of Manhattan #DFA86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 44.42%
G = 33.47%
B = 22.11%

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

#DFA86F (or 0xDFA86F) is known color: Manhattan. HEX triplet: DF, A8 and 6F. RGB value is (223,168,111). Sum of RGB (Red+Green+Blue) = 223+168+111=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA86F is #205790. Grayscale: #B2B2B2. Windows color (decimal): -2119569 or 7317727. OLE color: 7317727.

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

Color convert

RGB 223 168 111 -
CMYK 0 0.25 0.50 0.13
HSL 30.54º 0.64% 0.65% -
HSV(B) 30.54º 0.5% 0.87% -
XYZ 47.3 44.84 21.2 -
YUV 177.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 223 168 111 0 0.25 0.50 0.13 30.54 0.64 0.65
Hex DF A8 6F 0 19 32 D 1F 40 41
Octal 337 250 157 0 31 62 15 37 100 101
Binary 11011111 10101000 1101111 0 11001 110010 1101 11111 1000000 1000001

Color Harmonies of #DFA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA86F

Black with #DFA86F

Text Example


Text Example

White with #DFA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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