Html Css Color HEX #DDA771 Manhattan

📋 copy color: '#DDA771'

red 221 ◦ green 167 ◦ blue 113

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

Shades of Manhattan #DDA771

Tints of Manhattan #DDA771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 44.11%
G = 33.33%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA771 (or 0xDDA771) is known color: Manhattan. HEX triplet: DD, A7 and 71. RGB value is (221,167,113). Sum of RGB (Red+Green+Blue) = 221+167+113=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA771 is #22588E. Grayscale: #B1B1B1. Windows color (decimal): -2250895 or 7448541. OLE color: 7448541.

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

Color convert

RGB 221 167 113 -
CMYK 0 0.24 0.49 0.13
HSL 30º 0.61% 0.65% -
HSV(B) 30º 0.49% 0.87% -
XYZ 46.62 44.2 21.7 -
YUV 176.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 221 167 113 0 0.24 0.49 0.13 30 0.61 0.65
Hex DD A7 71 0 18 31 D 1E 3D 41
Octal 335 247 161 0 30 61 15 36 75 101
Binary 11011101 10100111 1110001 0 11000 110001 1101 11110 111101 1000001

Color Harmonies of #DDA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA771

Black with #DDA771

Text Example


Text Example

White with #DDA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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