Shades of Porsche #DD9852
Tints of Porsche #DD9852
RGB
CMYK
RGB Variations
Color information
#DD9852 (or 0xDD9852) is known color: Porsche. HEX triplet: DD, 98 and 52. RGB value is (221,152,82). Sum of RGB (Red+Green+Blue) = 221+152+82=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9852 is #2267AD. Grayscale: #A5A5A5. Windows color (decimal): -2254766 or 5413085. OLE color: 5413085.
HSL color Cylindrical-coordinate representation of color #DD9852: hue angle of 30.22º 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 #DD9852 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 82 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.13 |
| HSL | 30.22º | 0.67% | 0.59% | - |
| HSV(B) | 30.22º | 0.63% | 0.87% | - |
| XYZ | 42.57 | 38.44 | 13.16 | - |
| YUV | 164.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 82 | 0 | 0.31 | 0.63 | 0.13 | 30.22 | 0.67 | 0.59 |
| Hex | DD | 98 | 52 | 0 | 1F | 3F | D | 1E | 43 | 3B |
| Octal | 335 | 230 | 122 | 0 | 37 | 77 | 15 | 36 | 103 | 73 |
| Binary | 11011101 | 10011000 | 1010010 | 0 | 11111 | 111111 | 1101 | 11110 | 1000011 | 111011 |
Color Harmonies of #DD9852
Complementary color
Monochromatic Colors of #DD9852
Black with #DD9852
Text Example
Text Example
White with #DD9852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9852; }
p { color: rgb(221,152,82); }
H1.HeaderClassName
{
color: #DD9852;
}
.AnyTagClassName
{
color: #DD9852;
}
</style>
background-color css
<style>
a { background-color: #DD9852; }
a { background-color: rgb(221,152,82); }
div.DivClassName
{
background-color: #DD9852;
}
.BgClassName
{
background-color: #DD9852;
}
</style>
border-color css
<style>
span { border-color: #DD9852; }
span { border-color: rgb(221,152,82); }
td.TdClassName
{
border-color: #DD9852;
}
.TagClassName
{
border-color: #DD9852;
}
</style>