Shades of Porsche #DD9350
Tints of Porsche #DD9350
RGB
CMYK
RGB Variations
Color information
#DD9350 (or 0xDD9350) is known color: Porsche. HEX triplet: DD, 93 and 50. RGB value is (221,147,80). Sum of RGB (Red+Green+Blue) = 221+147+80=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9350 is #226CAF. Grayscale: #A1A1A1. Windows color (decimal): -2256048 or 5280733. OLE color: 5280733.
HSL color Cylindrical-coordinate representation of color #DD9350: hue angle of 28.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9350 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 80 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.13 |
| HSL | 28.51º | 0.67% | 0.59% | - |
| HSV(B) | 28.51º | 0.64% | 0.87% | - |
| XYZ | 41.7 | 36.82 | 12.5 | - |
| YUV | 161.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 80 | 0 | 0.33 | 0.64 | 0.13 | 28.51 | 0.67 | 0.59 |
| Hex | DD | 93 | 50 | 0 | 21 | 40 | D | 1D | 43 | 3B |
| Octal | 335 | 223 | 120 | 0 | 41 | 100 | 15 | 35 | 103 | 73 |
| Binary | 11011101 | 10010011 | 1010000 | 0 | 100001 | 1000000 | 1101 | 11101 | 1000011 | 111011 |
Color Harmonies of #DD9350
Complementary color
Monochromatic Colors of #DD9350
Black with #DD9350
Text Example
Text Example
White with #DD9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9350; }
p { color: rgb(221,147,80); }
H1.HeaderClassName
{
color: #DD9350;
}
.AnyTagClassName
{
color: #DD9350;
}
</style>
background-color css
<style>
a { background-color: #DD9350; }
a { background-color: rgb(221,147,80); }
div.DivClassName
{
background-color: #DD9350;
}
.BgClassName
{
background-color: #DD9350;
}
</style>
border-color css
<style>
span { border-color: #DD9350; }
span { border-color: rgb(221,147,80); }
td.TdClassName
{
border-color: #DD9350;
}
.TagClassName
{
border-color: #DD9350;
}
</style>