Html Css Color HEX #DFAA74 Manhattan

📋 copy color: '#DFAA74'

red 223 ◦ green 170 ◦ blue 116

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

Shades of Manhattan #DFAA74

Tints of Manhattan #DFAA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 43.81%
G = 33.4%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFAA74 (or 0xDFAA74) is known color: Manhattan. HEX triplet: DF, AA and 74. RGB value is (223,170,116). Sum of RGB (Red+Green+Blue) = 223+170+116=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA74 is #20558B. Grayscale: #B3B3B3. Windows color (decimal): -2119052 or 7645919. OLE color: 7645919.

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

Color convert

RGB 223 170 116 -
CMYK 0 0.24 0.48 0.13
HSL 30.28º 0.63% 0.66% -
HSV(B) 30.28º 0.48% 0.87% -
XYZ 47.96 45.7 22.82 -
YUV 179.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 223 170 116 0 0.24 0.48 0.13 30.28 0.63 0.66
Hex DF AA 74 0 18 30 D 1E 3F 42
Octal 337 252 164 0 30 60 15 36 77 102
Binary 11011111 10101010 1110100 0 11000 110000 1101 11110 111111 1000010

Color Harmonies of #DFAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA74

Black with #DFAA74

Text Example


Text Example

White with #DFAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA74; }

 p { color: rgb(223,170,116); }

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

background-color css

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

 a { background-color: rgb(223,170,116); }

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

border-color css

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

 span { border-color: rgb(223,170,116); }

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