Shades of Porsche #DD9553
Tints of Porsche #DD9553
RGB
CMYK
RGB Variations
Color information
#DD9553 (or 0xDD9553) is known color: Porsche. HEX triplet: DD, 95 and 53. RGB value is (221,149,83). Sum of RGB (Red+Green+Blue) = 221+149+83=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9553 is #226AAC. Grayscale: #A3A3A3. Windows color (decimal): -2255533 or 5477853. OLE color: 5477853.
HSL color Cylindrical-coordinate representation of color #DD9553: hue angle of 28.7º 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 #DD9553 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 83 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.13 |
| HSL | 28.7º | 0.67% | 0.6% | - |
| HSV(B) | 28.7º | 0.62% | 0.87% | - |
| XYZ | 42.13 | 37.49 | 13.2 | - |
| YUV | 163 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 83 | 0 | 0.33 | 0.62 | 0.13 | 28.7 | 0.67 | 0.6 |
| Hex | DD | 95 | 53 | 0 | 21 | 3E | D | 1D | 43 | 3C |
| Octal | 335 | 225 | 123 | 0 | 41 | 76 | 15 | 35 | 103 | 74 |
| Binary | 11011101 | 10010101 | 1010011 | 0 | 100001 | 111110 | 1101 | 11101 | 1000011 | 111100 |
Color Harmonies of #DD9553
Complementary color
Monochromatic Colors of #DD9553
Black with #DD9553
Text Example
Text Example
White with #DD9553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9553; }
p { color: rgb(221,149,83); }
H1.HeaderClassName
{
color: #DD9553;
}
.AnyTagClassName
{
color: #DD9553;
}
</style>
background-color css
<style>
a { background-color: #DD9553; }
a { background-color: rgb(221,149,83); }
div.DivClassName
{
background-color: #DD9553;
}
.BgClassName
{
background-color: #DD9553;
}
</style>
border-color css
<style>
span { border-color: #DD9553; }
span { border-color: rgb(221,149,83); }
td.TdClassName
{
border-color: #DD9553;
}
.TagClassName
{
border-color: #DD9553;
}
</style>