Html Css Color HEX #DFAF76 Manhattan

📋 copy color: '#DFAF76'

red 223 ◦ green 175 ◦ blue 118

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

Shades of Manhattan #DFAF76

Tints of Manhattan #DFAF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 43.22%
G = 33.91%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFAF76 (or 0xDFAF76) is known color: Manhattan. HEX triplet: DF, AF and 76. RGB value is (223,175,118). Sum of RGB (Red+Green+Blue) = 223+175+118=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF76 is #205089. Grayscale: #B7B7B7. Windows color (decimal): -2117770 or 7778271. OLE color: 7778271.

HSL color Cylindrical-coordinate representation of color #DFAF76: hue angle of 32.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFAF76 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 118 -
CMYK 0 0.22 0.47 0.13
HSL 32.57º 0.62% 0.67% -
HSV(B) 32.57º 0.47% 0.87% -
XYZ 49.03 47.66 23.75 -
YUV 182.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 223 175 118 0 0.22 0.47 0.13 32.57 0.62 0.67
Hex DF AF 76 0 16 2F D 21 3E 43
Octal 337 257 166 0 26 57 15 41 76 103
Binary 11011111 10101111 1110110 0 10110 101111 1101 100001 111110 1000011

Color Harmonies of #DFAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF76

Black with #DFAF76

Text Example


Text Example

White with #DFAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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