#DDB07E

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

Shades of Manhattan #DDB07E

Tints of Manhattan #DDB07E

Color information

#DDB07E (or 0xDDB07E) is unknown color: approx Manhattan. HEX triplet: DD, B0 and 7E. RGB value is (221,176,126). Sum of RGB (Red+Green+Blue) = 221+176+126=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB07E is #224F81. Grayscale: #B8B8B8. Windows color (decimal): -2248578 or 8302813. OLE color: 8302813.

HSL color Cylindrical-coordinate representation of color #DDB07E: hue angle of 31.58º 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 #DDB07E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221176126-
CMYK00.200.430.13
HSL31.58º58.28%68.04%-
HSV(B)31.58º42.99%86.67%-
XYZ49.1147.9326.4-
YUV183.7695.41154.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 126 (49.61% from 255) = 24.09%
R=42.26%
G=33.65%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117612600.200.430.1331.5858.2868.04
HexDDB07E0142BD203a44
Octal33526017602453154072104
Binary1101110110110000111111001010010101111011000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB07E; }

 p { color: rgb(221,176,126); }

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

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

 a { background-color: rgb(221,176,126); }

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

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

 span { border-color: rgb(221,176,126); }

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