#DD9955

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

Shades of Porsche #DD9955

Tints of Porsche #DD9955

Color information

#DD9955 (or 0xDD9955) is unknown color: approx Porsche. HEX triplet: DD, 99 and 55. RGB value is (221,153,85). Sum of RGB (Red+Green+Blue) = 221+153+85=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9955 is #2266AA. Grayscale: #A5A5A5. Windows color (decimal): -2254507 or 5609949. OLE color: 5609949.

HSL color Cylindrical-coordinate representation of color #DD9955: hue angle of 30º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9955 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22115385-
CMYK00.310.620.13
HSL30º66.67%60%-
HSV(B)30º61.54%86.67%-
XYZ42.8538.8113.83-
YUV165.5882.53167.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=48.15%
G=33.33%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211538500.310.620.133066.6760
HexDD995501F3ED1e433c
Octal33523112503776153610374
Binary110111011001100110101010111111111101101111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9955; }

 p { color: rgb(221,153,85); }

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

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

 a { background-color: rgb(221,153,85); }

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

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

 span { border-color: rgb(221,153,85); }

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