Html Css Color HEX #DDAC81 Manhattan

📋 copy color: '#DDAC81'

red 221 ◦ green 172 ◦ blue 129

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

Shades of Manhattan #DDAC81

Tints of Manhattan #DDAC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.95%

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

R = 42.34%
G = 32.95%
B = 24.71%

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

#DDAC81 (or 0xDDAC81) is known color: Manhattan. HEX triplet: DD, AC and 81. RGB value is (221,172,129). Sum of RGB (Red+Green+Blue) = 221+172+129=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC81 is #22537E. Grayscale: #B5B5B5. Windows color (decimal): -2249599 or 8498397. OLE color: 8498397.

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

Color convert

RGB 221 172 129 -
CMYK 0 0.22 0.42 0.13
HSL 28.04º 0.58% 0.69% -
HSV(B) 28.04º 0.42% 0.87% -
XYZ 48.53 46.46 27.18 -
YUV 181.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 221 172 129 0 0.22 0.42 0.13 28.04 0.58 0.69
Hex DD AC 81 0 16 2A D 1C 3A 45
Octal 335 254 201 0 26 52 15 34 72 105
Binary 11011101 10101100 10000001 0 10110 101010 1101 11100 111010 1000101

Color Harmonies of #DDAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC81

Black with #DDAC81

Text Example


Text Example

White with #DDAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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