Html Css Color HEX #DDB173 Manhattan

📋 copy color: '#DDB173'

red 221 ◦ green 177 ◦ blue 115

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

Shades of Manhattan #DDB173

Tints of Manhattan #DDB173

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.5%

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 43.08%
G = 34.5%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB173 (or 0xDDB173) is known color: Manhattan. HEX triplet: DD, B1 and 73. RGB value is (221,177,115). Sum of RGB (Red+Green+Blue) = 221+177+115=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB173 is #224E8C. Grayscale: #B7B7B7. Windows color (decimal): -2248333 or 7582173. OLE color: 7582173.

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

Color convert

RGB 221 177 115 -
CMYK 0 0.20 0.48 0.13
HSL 35.09º 0.61% 0.66% -
HSV(B) 35.09º 0.48% 0.87% -
XYZ 48.64 48.05 22.93 -
YUV 183.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 221 177 115 0 0.20 0.48 0.13 35.09 0.61 0.66
Hex DD B1 73 0 14 30 D 23 3D 42
Octal 335 261 163 0 24 60 15 43 75 102
Binary 11011101 10110001 1110011 0 10100 110000 1101 100011 111101 1000010

Color Harmonies of #DDB173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB173

Black with #DDB173

Text Example


Text Example

White with #DDB173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB173; }

 p { color: rgb(221,177,115); }

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

background-color css

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

 a { background-color: rgb(221,177,115); }

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

border-color css

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

 span { border-color: rgb(221,177,115); }

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