Shades of Porsche #DD9C52
Tints of Porsche #DD9C52
RGB
CMYK
RGB Variations
Color information
#DD9C52 (or 0xDD9C52) is known color: Porsche. HEX triplet: DD, 9C and 52. RGB value is (221,156,82). Sum of RGB (Red+Green+Blue) = 221+156+82=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C52 is #2263AD. Grayscale: #A7A7A7. Windows color (decimal): -2253742 or 5414109. OLE color: 5414109.
HSL color Cylindrical-coordinate representation of color #DD9C52: hue angle of 31.94º 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 #DD9C52 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 82 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.13 |
| HSL | 31.94º | 0.67% | 0.59% | - |
| HSV(B) | 31.94º | 0.63% | 0.87% | - |
| XYZ | 43.23 | 39.76 | 13.38 | - |
| YUV | 167 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 82 | 0 | 0.29 | 0.63 | 0.13 | 31.94 | 0.67 | 0.59 |
| Hex | DD | 9C | 52 | 0 | 1D | 3F | D | 20 | 43 | 3B |
| Octal | 335 | 234 | 122 | 0 | 35 | 77 | 15 | 40 | 103 | 73 |
| Binary | 11011101 | 10011100 | 1010010 | 0 | 11101 | 111111 | 1101 | 100000 | 1000011 | 111011 |
Color Harmonies of #DD9C52
Complementary color
Monochromatic Colors of #DD9C52
Black with #DD9C52
Text Example
Text Example
White with #DD9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C52; }
p { color: rgb(221,156,82); }
H1.HeaderClassName
{
color: #DD9C52;
}
.AnyTagClassName
{
color: #DD9C52;
}
</style>
background-color css
<style>
a { background-color: #DD9C52; }
a { background-color: rgb(221,156,82); }
div.DivClassName
{
background-color: #DD9C52;
}
.BgClassName
{
background-color: #DD9C52;
}
</style>
border-color css
<style>
span { border-color: #DD9C52; }
span { border-color: rgb(221,156,82); }
td.TdClassName
{
border-color: #DD9C52;
}
.TagClassName
{
border-color: #DD9C52;
}
</style>