#DD9454

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

Shades of Porsche #DD9454

Tints of Porsche #DD9454

Color information

#DD9454 (or 0xDD9454) is unknown color: approx Porsche. HEX triplet: DD, 94 and 54. RGB value is (221,148,84). Sum of RGB (Red+Green+Blue) = 221+148+84=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9454 is #226BAB. Grayscale: #A2A2A2. Windows color (decimal): -2255788 or 5543133. OLE color: 5543133.

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

Color convert

RGB22114884-
CMYK00.330.620.13
HSL28.03º66.83%59.8%-
HSV(B)28.03º61.99%86.67%-
XYZ42.0137.1913.35-
YUV162.5383.68169.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=48.79%
G=32.67%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211488400.330.620.1328.0366.8359.8
HexDD94540213ED1c433c
Octal33522412404176153410374
Binary1101110110010100101010001000011111101101111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9454; }

 p { color: rgb(221,148,84); }

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

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

 a { background-color: rgb(221,148,84); }

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

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

 span { border-color: rgb(221,148,84); }

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