Shades of Porsche #DD9856
Tints of Porsche #DD9856
RGB
CMYK
RGB Variations
Color information
#DD9856 (or 0xDD9856) is known color: Porsche. HEX triplet: DD, 98 and 56. RGB value is (221,152,86). Sum of RGB (Red+Green+Blue) = 221+152+86=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9856 is #2267A9. Grayscale: #A5A5A5. Windows color (decimal): -2254762 or 5675229. OLE color: 5675229.
HSL color Cylindrical-coordinate representation of color #DD9856: hue angle of 29.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9856 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 86 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.13 |
| HSL | 29.33º | 0.67% | 0.6% | - |
| HSV(B) | 29.33º | 0.61% | 0.87% | - |
| XYZ | 42.73 | 38.5 | 13.98 | - |
| YUV | 165.11 | 83.36 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 86 | 0 | 0.31 | 0.61 | 0.13 | 29.33 | 0.67 | 0.6 |
| Hex | DD | 98 | 56 | 0 | 1F | 3D | D | 1D | 43 | 3C |
| Octal | 335 | 230 | 126 | 0 | 37 | 75 | 15 | 35 | 103 | 74 |
| Binary | 11011101 | 10011000 | 1010110 | 0 | 11111 | 111101 | 1101 | 11101 | 1000011 | 111100 |
Color Harmonies of #DD9856
Complementary color
Monochromatic Colors of #DD9856
Black with #DD9856
Text Example
Text Example
White with #DD9856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9856; }
p { color: rgb(221,152,86); }
H1.HeaderClassName
{
color: #DD9856;
}
.AnyTagClassName
{
color: #DD9856;
}
</style>
background-color css
<style>
a { background-color: #DD9856; }
a { background-color: rgb(221,152,86); }
div.DivClassName
{
background-color: #DD9856;
}
.BgClassName
{
background-color: #DD9856;
}
</style>
border-color css
<style>
span { border-color: #DD9856; }
span { border-color: rgb(221,152,86); }
td.TdClassName
{
border-color: #DD9856;
}
.TagClassName
{
border-color: #DD9856;
}
</style>