Html Css Color HEX #DDB177 Manhattan

📋 copy color: '#DDB177'

red 221 ◦ green 177 ◦ blue 119

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

Shades of Manhattan #DDB177

Tints of Manhattan #DDB177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.02%

R = 42.75%
G = 34.24%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB177 (or 0xDDB177) is known color: Manhattan. HEX triplet: DD, B1 and 77. RGB value is (221,177,119). Sum of RGB (Red+Green+Blue) = 221+177+119=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB177 is #224E88. Grayscale: #B7B7B7. Windows color (decimal): -2248329 or 7844317. OLE color: 7844317.

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

Color convert

RGB 221 177 119 -
CMYK 0 0.20 0.46 0.13
HSL 34.12º 0.6% 0.67% -
HSV(B) 34.12º 0.46% 0.87% -
XYZ 48.87 48.15 24.17 -
YUV 183.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 221 177 119 0 0.20 0.46 0.13 34.12 0.6 0.67
Hex DD B1 77 0 14 2E D 22 3C 43
Octal 335 261 167 0 24 56 15 42 74 103
Binary 11011101 10110001 1110111 0 10100 101110 1101 100010 111100 1000011

Color Harmonies of #DDB177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB177

Black with #DDB177

Text Example


Text Example

White with #DDB177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB177; }

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

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

background-color css

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

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

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

border-color css

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

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

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