Html Css Color HEX #DDA772 Manhattan

📋 copy color: '#DDA772'

red 221 ◦ green 167 ◦ blue 114

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

Shades of Manhattan #DDA772

Tints of Manhattan #DDA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.27%

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 44.02%
G = 33.27%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA772 (or 0xDDA772) is known color: Manhattan. HEX triplet: DD, A7 and 72. RGB value is (221,167,114). Sum of RGB (Red+Green+Blue) = 221+167+114=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA772 is #22588D. Grayscale: #B1B1B1. Windows color (decimal): -2250894 or 7514077. OLE color: 7514077.

HSL color Cylindrical-coordinate representation of color #DDA772: hue angle of 29.72º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA772 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 114 -
CMYK 0 0.24 0.48 0.13
HSL 29.72º 0.61% 0.66% -
HSV(B) 29.72º 0.48% 0.87% -
XYZ 46.67 44.22 22 -
YUV 177.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 221 167 114 0 0.24 0.48 0.13 29.72 0.61 0.66
Hex DD A7 72 0 18 30 D 1E 3D 42
Octal 335 247 162 0 30 60 15 36 75 102
Binary 11011101 10100111 1110010 0 11000 110000 1101 11110 111101 1000010

Color Harmonies of #DDA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA772

Black with #DDA772

Text Example


Text Example

White with #DDA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA772; }

 p { color: rgb(221,167,114); }

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

background-color css

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

 a { background-color: rgb(221,167,114); }

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

border-color css

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

 span { border-color: rgb(221,167,114); }

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