Html Css Color HEX #DDAD81 Manhattan

📋 copy color: '#DDAD81'

red 221 ◦ green 173 ◦ blue 129

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

Shades of Manhattan #DDAD81

Tints of Manhattan #DDAD81

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

 BLUE value IS 129 (50.78% from 255) = 24.67%

R = 42.26%
G = 33.08%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDAD81 (or 0xDDAD81) is known color: Manhattan. HEX triplet: DD, AD and 81. RGB value is (221,173,129). Sum of RGB (Red+Green+Blue) = 221+173+129=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD81 is #22527E. Grayscale: #B6B6B6. Windows color (decimal): -2249343 or 8498653. OLE color: 8498653.

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

Color convert

RGB 221 173 129 -
CMYK 0 0.22 0.42 0.13
HSL 28.7º 0.58% 0.69% -
HSV(B) 28.7º 0.42% 0.87% -
XYZ 48.72 46.84 27.24 -
YUV 182.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 221 173 129 0 0.22 0.42 0.13 28.7 0.58 0.69
Hex DD AD 81 0 16 2A D 1D 3A 45
Octal 335 255 201 0 26 52 15 35 72 105
Binary 11011101 10101101 10000001 0 10110 101010 1101 11101 111010 1000101

Color Harmonies of #DDAD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD81

Black with #DDAD81

Text Example


Text Example

White with #DDAD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD81; }

 p { color: rgb(221,173,129); }

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

background-color css

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

 a { background-color: rgb(221,173,129); }

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

border-color css

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

 span { border-color: rgb(221,173,129); }

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