Html Css Color HEX #DDAE80 Manhattan

📋 copy color: '#DDAE80'

red 221 ◦ green 174 ◦ blue 128

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

Shades of Manhattan #DDAE80

Tints of Manhattan #DDAE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.27%

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 42.26%
G = 33.27%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDAE80 (or 0xDDAE80) is known color: Manhattan. HEX triplet: DD, AE and 80. RGB value is (221,174,128). Sum of RGB (Red+Green+Blue) = 221+174+128=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE80 is #22517F. Grayscale: #B7B7B7. Windows color (decimal): -2249088 or 8433373. OLE color: 8433373.

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

Color convert

RGB 221 174 128 -
CMYK 0 0.21 0.42 0.13
HSL 29.68º 0.58% 0.68% -
HSV(B) 29.68º 0.42% 0.87% -
XYZ 48.85 47.2 26.96 -
YUV 182.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 221 174 128 0 0.21 0.42 0.13 29.68 0.58 0.68
Hex DD AE 80 0 15 2A D 1E 3A 44
Octal 335 256 200 0 25 52 15 36 72 104
Binary 11011101 10101110 10000000 0 10101 101010 1101 11110 111010 1000100

Color Harmonies of #DDAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE80

Black with #DDAE80

Text Example


Text Example

White with #DDAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE80; }

 p { color: rgb(221,174,128); }

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

background-color css

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

 a { background-color: rgb(221,174,128); }

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

border-color css

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

 span { border-color: rgb(221,174,128); }

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