Html Css Color HEX #DDB184 Manhattan

📋 copy color: '#DDB184'

red 221 ◦ green 177 ◦ blue 132

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

Shades of Manhattan #DDB184

Tints of Manhattan #DDB184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 41.7%
G = 33.4%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB184 (or 0xDDB184) is known color: Manhattan. HEX triplet: DD, B1 and 84. RGB value is (221,177,132). Sum of RGB (Red+Green+Blue) = 221+177+132=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB184 is #224E7B. Grayscale: #B9B9B9. Windows color (decimal): -2248316 or 8696285. OLE color: 8696285.

HSL color Cylindrical-coordinate representation of color #DDB184: hue angle of 30.34º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB184 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 132 -
CMYK 0 0.20 0.40 0.13
HSL 30.34º 0.57% 0.69% -
HSV(B) 30.34º 0.4% 0.87% -
XYZ 49.71 48.48 28.57 -
YUV 185.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 221 177 132 0 0.20 0.40 0.13 30.34 0.57 0.69
Hex DD B1 84 0 14 28 D 1E 39 45
Octal 335 261 204 0 24 50 15 36 71 105
Binary 11011101 10110001 10000100 0 10100 101000 1101 11110 111001 1000101

Color Harmonies of #DDB184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB184

Black with #DDB184

Text Example


Text Example

White with #DDB184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB184; }

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

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

background-color css

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

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

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

border-color css

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

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

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