Html Css Color HEX #DFAF74 Manhattan

📋 copy color: '#DFAF74'

red 223 ◦ green 175 ◦ blue 116

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

Shades of Manhattan #DFAF74

Tints of Manhattan #DFAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.05%

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

R = 43.39%
G = 34.05%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFAF74 (or 0xDFAF74) is known color: Manhattan. HEX triplet: DF, AF and 74. RGB value is (223,175,116). Sum of RGB (Red+Green+Blue) = 223+175+116=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF74 is #20508B. Grayscale: #B6B6B6. Windows color (decimal): -2117772 or 7647199. OLE color: 7647199.

HSL color Cylindrical-coordinate representation of color #DFAF74: hue angle of 33.08º 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 #DFAF74 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 116 -
CMYK 0 0.22 0.48 0.13
HSL 33.08º 0.63% 0.66% -
HSV(B) 33.08º 0.48% 0.87% -
XYZ 48.91 47.61 23.13 -
YUV 182.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 223 175 116 0 0.22 0.48 0.13 33.08 0.63 0.66
Hex DF AF 74 0 16 30 D 21 3F 42
Octal 337 257 164 0 26 60 15 41 77 102
Binary 11011111 10101111 1110100 0 10110 110000 1101 100001 111111 1000010

Color Harmonies of #DFAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF74

Black with #DFAF74

Text Example


Text Example

White with #DFAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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