Html Css Color HEX #DDAC7B Manhattan

📋 copy color: '#DDAC7B'

red 221 ◦ green 172 ◦ blue 123

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

Shades of Manhattan #DDAC7B

Tints of Manhattan #DDAC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.84%

R = 42.83%
G = 33.33%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDAC7B (or 0xDDAC7B) is known color: Manhattan. HEX triplet: DD, AC and 7B. RGB value is (221,172,123). Sum of RGB (Red+Green+Blue) = 221+172+123=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC7B is #225384. Grayscale: #B5B5B5. Windows color (decimal): -2249605 or 8105181. OLE color: 8105181.

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

Color convert

RGB 221 172 123 -
CMYK 0 0.22 0.44 0.13
HSL 30º 0.59% 0.67% -
HSV(B) 30º 0.44% 0.87% -
XYZ 48.15 46.31 25.14 -
YUV 181.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 221 172 123 0 0.22 0.44 0.13 30 0.59 0.67
Hex DD AC 7B 0 16 2C D 1E 3B 43
Octal 335 254 173 0 26 54 15 36 73 103
Binary 11011101 10101100 1111011 0 10110 101100 1101 11110 111011 1000011

Color Harmonies of #DDAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC7B

Black with #DDAC7B

Text Example


Text Example

White with #DDAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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