Html Css Color HEX #DDB181 Manhattan

📋 copy color: '#DDB181'

red 221 ◦ green 177 ◦ blue 129

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

Shades of Manhattan #DDB181

Tints of Manhattan #DDB181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.48%

R = 41.94%
G = 33.59%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB181 (or 0xDDB181) is known color: Manhattan. HEX triplet: DD, B1 and 81. RGB value is (221,177,129). Sum of RGB (Red+Green+Blue) = 221+177+129=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB181 is #224E7E. Grayscale: #B8B8B8. Windows color (decimal): -2248319 or 8499677. OLE color: 8499677.

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

Color convert

RGB 221 177 129 -
CMYK 0 0.20 0.42 0.13
HSL 31.3º 0.58% 0.69% -
HSV(B) 31.3º 0.42% 0.87% -
XYZ 49.5 48.4 27.5 -
YUV 184.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 221 177 129 0 0.20 0.42 0.13 31.3 0.58 0.69
Hex DD B1 81 0 14 2A D 1F 3A 45
Octal 335 261 201 0 24 52 15 37 72 105
Binary 11011101 10110001 10000001 0 10100 101010 1101 11111 111010 1000101

Color Harmonies of #DDB181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB181

Black with #DDB181

Text Example


Text Example

White with #DDB181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB181; }

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

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

background-color css

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

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

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

border-color css

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

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

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