#DD9453

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

Shades of Porsche #DD9453

Tints of Porsche #DD9453

Color information

#DD9453 (or 0xDD9453) is unknown color: approx Porsche. HEX triplet: DD, 94 and 53. RGB value is (221,148,83). Sum of RGB (Red+Green+Blue) = 221+148+83=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9453 is #226BAC. Grayscale: #A2A2A2. Windows color (decimal): -2255789 or 5477597. OLE color: 5477597.

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

Color convert

RGB22114883-
CMYK00.330.620.13
HSL28.26º66.99%59.61%-
HSV(B)28.26º62.44%86.67%-
XYZ41.9737.1813.15-
YUV162.4283.18169.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 83 (32.81% from 255) = 18.36%
R=48.89%
G=32.74%
B=18.36%

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
Decimal2211488300.330.620.1328.2666.9959.61
HexDD94530213ED1c433c
Octal33522412304176153410374
Binary1101110110010100101001101000011111101101111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9453; }

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

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

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

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

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

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

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

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