Html Css Color HEX #DDAB81 Manhattan

📋 copy color: '#DDAB81'

red 221 ◦ green 171 ◦ blue 129

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

Shades of Manhattan #DDAB81

Tints of Manhattan #DDAB81

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 42.42%
G = 32.82%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDAB81 (or 0xDDAB81) is known color: Manhattan. HEX triplet: DD, AB and 81. RGB value is (221,171,129). Sum of RGB (Red+Green+Blue) = 221+171+129=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB81 is #22547E. Grayscale: #B5B5B5. Windows color (decimal): -2249855 or 8498141. OLE color: 8498141.

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

Color convert

RGB 221 171 129 -
CMYK 0 0.23 0.42 0.13
HSL 27.39º 0.58% 0.69% -
HSV(B) 27.39º 0.42% 0.87% -
XYZ 48.34 46.08 27.12 -
YUV 181.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 221 171 129 0 0.23 0.42 0.13 27.39 0.58 0.69
Hex DD AB 81 0 17 2A D 1B 3A 45
Octal 335 253 201 0 27 52 15 33 72 105
Binary 11011101 10101011 10000001 0 10111 101010 1101 11011 111010 1000101

Color Harmonies of #DDAB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB81

Black with #DDAB81

Text Example


Text Example

White with #DDAB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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