Html Css Color HEX #DDA970 Manhattan

📋 copy color: '#DDA970'

red 221 ◦ green 169 ◦ blue 112

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

Shades of Manhattan #DDA970

Tints of Manhattan #DDA970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 44.02%
G = 33.67%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA970 (or 0xDDA970) is known color: Manhattan. HEX triplet: DD, A9 and 70. RGB value is (221,169,112). Sum of RGB (Red+Green+Blue) = 221+169+112=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA970 is #22568F. Grayscale: #B2B2B2. Windows color (decimal): -2250384 or 7383517. OLE color: 7383517.

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

Color convert

RGB 221 169 112 -
CMYK 0 0.24 0.49 0.13
HSL 31.38º 0.62% 0.65% -
HSV(B) 31.38º 0.49% 0.87% -
XYZ 46.93 44.92 21.53 -
YUV 178.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 221 169 112 0 0.24 0.49 0.13 31.38 0.62 0.65
Hex DD A9 70 0 18 31 D 1F 3E 41
Octal 335 251 160 0 30 61 15 37 76 101
Binary 11011101 10101001 1110000 0 11000 110001 1101 11111 111110 1000001

Color Harmonies of #DDA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA970

Black with #DDA970

Text Example


Text Example

White with #DDA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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