Html Css Color HEX #DDA977 Manhattan

📋 copy color: '#DDA977'

red 221 ◦ green 169 ◦ blue 119

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

Shades of Manhattan #DDA977

Tints of Manhattan #DDA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.38%

R = 43.42%
G = 33.2%
B = 23.38%

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

#DDA977 (or 0xDDA977) is known color: Manhattan. HEX triplet: DD, A9 and 77. RGB value is (221,169,119). Sum of RGB (Red+Green+Blue) = 221+169+119=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA977 is #225688. Grayscale: #B3B3B3. Windows color (decimal): -2250377 or 7842269. OLE color: 7842269.

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

Color convert

RGB 221 169 119 -
CMYK 0 0.24 0.46 0.13
HSL 29.41º 0.6% 0.67% -
HSV(B) 29.41º 0.46% 0.87% -
XYZ 47.34 45.08 23.66 -
YUV 178.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 221 169 119 0 0.24 0.46 0.13 29.41 0.6 0.67
Hex DD A9 77 0 18 2E D 1D 3C 43
Octal 335 251 167 0 30 56 15 35 74 103
Binary 11011101 10101001 1110111 0 11000 101110 1101 11101 111100 1000011

Color Harmonies of #DDA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA977

Black with #DDA977

Text Example


Text Example

White with #DDA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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