Shades of Porsche #DD9952
Tints of Porsche #DD9952
RGB
CMYK
RGB Variations
Color information
#DD9952 (or 0xDD9952) is known color: Porsche. HEX triplet: DD, 99 and 52. RGB value is (221,153,82). Sum of RGB (Red+Green+Blue) = 221+153+82=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9952 is #2266AD. Grayscale: #A5A5A5. Windows color (decimal): -2254510 or 5413341. OLE color: 5413341.
HSL color Cylindrical-coordinate representation of color #DD9952: hue angle of 30.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD9952 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 82 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.13 |
| HSL | 30.65º | 0.67% | 0.59% | - |
| HSV(B) | 30.65º | 0.63% | 0.87% | - |
| XYZ | 42.73 | 38.76 | 13.21 | - |
| YUV | 165.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 82 | 0 | 0.31 | 0.63 | 0.13 | 30.65 | 0.67 | 0.59 |
| Hex | DD | 99 | 52 | 0 | 1F | 3F | D | 1F | 43 | 3B |
| Octal | 335 | 231 | 122 | 0 | 37 | 77 | 15 | 37 | 103 | 73 |
| Binary | 11011101 | 10011001 | 1010010 | 0 | 11111 | 111111 | 1101 | 11111 | 1000011 | 111011 |
Color Harmonies of #DD9952
Complementary color
Monochromatic Colors of #DD9952
Black with #DD9952
Text Example
Text Example
White with #DD9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9952; }
p { color: rgb(221,153,82); }
H1.HeaderClassName
{
color: #DD9952;
}
.AnyTagClassName
{
color: #DD9952;
}
</style>
background-color css
<style>
a { background-color: #DD9952; }
a { background-color: rgb(221,153,82); }
div.DivClassName
{
background-color: #DD9952;
}
.BgClassName
{
background-color: #DD9952;
}
</style>
border-color css
<style>
span { border-color: #DD9952; }
span { border-color: rgb(221,153,82); }
td.TdClassName
{
border-color: #DD9952;
}
.TagClassName
{
border-color: #DD9952;
}
</style>