#DDB37F

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

Shades of Manhattan #DDB37F

Tints of Manhattan #DDB37F

Color information

#DDB37F (or 0xDDB37F) is unknown color: approx Manhattan. HEX triplet: DD, B3 and 7F. RGB value is (221,179,127). Sum of RGB (Red+Green+Blue) = 221+179+127=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB37F is #224C80. Grayscale: #B9B9B9. Windows color (decimal): -2247809 or 8369117. OLE color: 8369117.

HSL color Cylindrical-coordinate representation of color #DDB37F: hue angle of 33.19º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB37F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221179127-
CMYK00.190.430.13
HSL33.19º58.02%68.24%-
HSV(B)33.19º42.53%86.67%-
XYZ49.7749.1426.94-
YUV185.6394.91153.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 127 (50% from 255) = 24.10%
R=41.94%
G=33.97%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117912700.190.430.1333.1958.0268.24
HexDDB37F0132BD213a44
Octal33526317702353154172104
Binary1101110110110011111111101001110101111011000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB37F; }

 p { color: rgb(221,179,127); }

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

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

 a { background-color: rgb(221,179,127); }

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

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

 span { border-color: rgb(221,179,127); }

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