Shades of Porsche #DD9C55
Tints of Porsche #DD9C55
RGB
CMYK
RGB Variations
Color information
#DD9C55 (or 0xDD9C55) is known color: Porsche. HEX triplet: DD, 9C and 55. RGB value is (221,156,85). Sum of RGB (Red+Green+Blue) = 221+156+85=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C55 is #2263AA. Grayscale: #A7A7A7. Windows color (decimal): -2253739 or 5610717. OLE color: 5610717.
HSL color Cylindrical-coordinate representation of color #DD9C55: hue angle of 31.32º 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 #DD9C55 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 85 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.13 |
| HSL | 31.32º | 0.67% | 0.6% | - |
| HSV(B) | 31.32º | 0.62% | 0.87% | - |
| XYZ | 43.35 | 39.8 | 13.99 | - |
| YUV | 167.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 85 | 0 | 0.29 | 0.62 | 0.13 | 31.32 | 0.67 | 0.6 |
| Hex | DD | 9C | 55 | 0 | 1D | 3E | D | 1F | 43 | 3C |
| Octal | 335 | 234 | 125 | 0 | 35 | 76 | 15 | 37 | 103 | 74 |
| Binary | 11011101 | 10011100 | 1010101 | 0 | 11101 | 111110 | 1101 | 11111 | 1000011 | 111100 |
Color Harmonies of #DD9C55
Complementary color
Monochromatic Colors of #DD9C55
Black with #DD9C55
Text Example
Text Example
White with #DD9C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C55; }
p { color: rgb(221,156,85); }
H1.HeaderClassName
{
color: #DD9C55;
}
.AnyTagClassName
{
color: #DD9C55;
}
</style>
background-color css
<style>
a { background-color: #DD9C55; }
a { background-color: rgb(221,156,85); }
div.DivClassName
{
background-color: #DD9C55;
}
.BgClassName
{
background-color: #DD9C55;
}
</style>
border-color css
<style>
span { border-color: #DD9C55; }
span { border-color: rgb(221,156,85); }
td.TdClassName
{
border-color: #DD9C55;
}
.TagClassName
{
border-color: #DD9C55;
}
</style>