#DDB183

Color #DDB183 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DDB183

Tints of Manhattan #DDB183

Color information

#DDB183 (or 0xDDB183) is unknown color: approx Manhattan. HEX triplet: DD, B1 and 83. RGB value is (221,177,131). Sum of RGB (Red+Green+Blue) = 221+177+131=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB183 is #224E7C. Grayscale: #B9B9B9. Windows color (decimal): -2248317 or 8630749. OLE color: 8630749.

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

Color convert

RGB221177131-
CMYK00.200.410.13
HSL30.67º56.96%69.02%-
HSV(B)30.67º40.72%86.67%-
XYZ49.6448.4628.21-
YUV184.9197.58153.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 131 (51.56% from 255) = 24.76%
R=41.78%
G=33.46%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117713100.200.410.1330.6756.9669.02
HexDDB18301429D1f3945
Octal33526120302451153771105
Binary1101110110110001100000110101001010011101111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB183; }

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

 H1.HeaderClassName
 {
   color: #DDB183;
 }
 .AnyTagClassName
 {
   color: #DDB183;
 }
</style>
background-color css

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

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

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

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

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

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