Html Css Color HEX #DDA96F Manhattan

📋 copy color: '#DDA96F'

red 221 ◦ green 169 ◦ blue 111

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

Shades of Manhattan #DDA96F

Tints of Manhattan #DDA96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.73%

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

R = 44.11%
G = 33.73%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDA96F (or 0xDDA96F) is known color: Manhattan. HEX triplet: DD, A9 and 6F. RGB value is (221,169,111). Sum of RGB (Red+Green+Blue) = 221+169+111=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA96F is #225690. Grayscale: #B2B2B2. Windows color (decimal): -2250385 or 7317981. OLE color: 7317981.

HSL color Cylindrical-coordinate representation of color #DDA96F: hue angle of 31.64º degrees, saturation: 0.62, 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 #DDA96F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 111 -
CMYK 0 0.24 0.50 0.13
HSL 31.64º 0.62% 0.65% -
HSV(B) 31.64º 0.5% 0.87% -
XYZ 46.88 44.9 21.23 -
YUV 177.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 221 169 111 0 0.24 0.50 0.13 31.64 0.62 0.65
Hex DD A9 6F 0 18 32 D 20 3E 41
Octal 335 251 157 0 30 62 15 40 76 101
Binary 11011101 10101001 1101111 0 11000 110010 1101 100000 111110 1000001

Color Harmonies of #DDA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA96F

Black with #DDA96F

Text Example


Text Example

White with #DDA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA96F; }

 p { color: rgb(221,169,111); }

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

background-color css

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

 a { background-color: rgb(221,169,111); }

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

border-color css

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

 span { border-color: rgb(221,169,111); }

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