Html Css Color HEX #DDAC83 Manhattan

📋 copy color: '#DDAC83'

red 221 ◦ green 172 ◦ blue 131

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

Shades of Manhattan #DDAC83

Tints of Manhattan #DDAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25%

R = 42.18%
G = 32.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDAC83 (or 0xDDAC83) is known color: Manhattan. HEX triplet: DD, AC and 83. RGB value is (221,172,131). Sum of RGB (Red+Green+Blue) = 221+172+131=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC83 is #22537C. Grayscale: #B6B6B6. Windows color (decimal): -2249597 or 8629469. OLE color: 8629469.

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

Color convert

RGB 221 172 131 -
CMYK 0 0.22 0.41 0.13
HSL 27.33º 0.57% 0.69% -
HSV(B) 27.33º 0.41% 0.87% -
XYZ 48.67 46.52 27.89 -
YUV 181.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 221 172 131 0 0.22 0.41 0.13 27.33 0.57 0.69
Hex DD AC 83 0 16 29 D 1B 39 45
Octal 335 254 203 0 26 51 15 33 71 105
Binary 11011101 10101100 10000011 0 10110 101001 1101 11011 111001 1000101

Color Harmonies of #DDAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC83

Black with #DDAC83

Text Example


Text Example

White with #DDAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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