Html Css Color HEX #DDA978 Manhattan

📋 copy color: '#DDA978'

red 221 ◦ green 169 ◦ blue 120

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

Shades of Manhattan #DDA978

Tints of Manhattan #DDA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 43.33%
G = 33.14%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA978 (or 0xDDA978) is known color: Manhattan. HEX triplet: DD, A9 and 78. RGB value is (221,169,120). Sum of RGB (Red+Green+Blue) = 221+169+120=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA978 is #225687. Grayscale: #B3B3B3. Windows color (decimal): -2250376 or 7907805. OLE color: 7907805.

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

Color convert

RGB 221 169 120 -
CMYK 0 0.24 0.46 0.13
HSL 29.11º 0.6% 0.67% -
HSV(B) 29.11º 0.46% 0.87% -
XYZ 47.4 45.1 23.98 -
YUV 178.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 221 169 120 0 0.24 0.46 0.13 29.11 0.6 0.67
Hex DD A9 78 0 18 2E D 1D 3C 43
Octal 335 251 170 0 30 56 15 35 74 103
Binary 11011101 10101001 1111000 0 11000 101110 1101 11101 111100 1000011

Color Harmonies of #DDA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA978

Black with #DDA978

Text Example


Text Example

White with #DDA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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