Html Css Color HEX #DDAF7C Manhattan

📋 copy color: '#DDAF7C'

red 221 ◦ green 175 ◦ blue 124

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

Shades of Manhattan #DDAF7C

Tints of Manhattan #DDAF7C

RGB

 RED value IS 221 (86.72% from 255) = 42.5%

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

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 42.5%
G = 33.65%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDAF7C (or 0xDDAF7C) is known color: Manhattan. HEX triplet: DD, AF and 7C. RGB value is (221,175,124). Sum of RGB (Red+Green+Blue) = 221+175+124=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF7C is #225083. Grayscale: #B7B7B7. Windows color (decimal): -2248836 or 8171485. OLE color: 8171485.

HSL color Cylindrical-coordinate representation of color #DDAF7C: hue angle of 31.55º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDAF7C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 124 -
CMYK 0 0.21 0.44 0.13
HSL 31.55º 0.59% 0.68% -
HSV(B) 31.55º 0.44% 0.87% -
XYZ 48.79 47.49 25.66 -
YUV 182.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 221 175 124 0 0.21 0.44 0.13 31.55 0.59 0.68
Hex DD AF 7C 0 15 2C D 20 3B 44
Octal 335 257 174 0 25 54 15 40 73 104
Binary 11011101 10101111 1111100 0 10101 101100 1101 100000 111011 1000100

Color Harmonies of #DDAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF7C

Black with #DDAF7C

Text Example


Text Example

White with #DDAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF7C; }

 p { color: rgb(221,175,124); }

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

background-color css

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

 a { background-color: rgb(221,175,124); }

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

border-color css

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

 span { border-color: rgb(221,175,124); }

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