Shades of Porsche #DF9556
Tints of Porsche #DF9556
RGB
CMYK
RGB Variations
Color information
#DF9556 (or 0xDF9556) is known color: Porsche. HEX triplet: DF, 95 and 56. RGB value is (223,149,86). Sum of RGB (Red+Green+Blue) = 223+149+86=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9556 is #206AA9. Grayscale: #A4A4A4. Windows color (decimal): -2124458 or 5674463. OLE color: 5674463.
HSL color Cylindrical-coordinate representation of color #DF9556: hue angle of 27.59º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF9556 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 86 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.13 |
| HSL | 27.59º | 0.68% | 0.61% | - |
| HSV(B) | 27.59º | 0.61% | 0.87% | - |
| XYZ | 42.86 | 37.85 | 13.85 | - |
| YUV | 163.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 86 | 0 | 0.33 | 0.61 | 0.13 | 27.59 | 0.68 | 0.61 |
| Hex | DF | 95 | 56 | 0 | 21 | 3D | D | 1C | 44 | 3D |
| Octal | 337 | 225 | 126 | 0 | 41 | 75 | 15 | 34 | 104 | 75 |
| Binary | 11011111 | 10010101 | 1010110 | 0 | 100001 | 111101 | 1101 | 11100 | 1000100 | 111101 |
Color Harmonies of #DF9556
Complementary color
Monochromatic Colors of #DF9556
Black with #DF9556
Text Example
Text Example
White with #DF9556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9556; }
p { color: rgb(223,149,86); }
H1.HeaderClassName
{
color: #DF9556;
}
.AnyTagClassName
{
color: #DF9556;
}
</style>
background-color css
<style>
a { background-color: #DF9556; }
a { background-color: rgb(223,149,86); }
div.DivClassName
{
background-color: #DF9556;
}
.BgClassName
{
background-color: #DF9556;
}
</style>
border-color css
<style>
span { border-color: #DF9556; }
span { border-color: rgb(223,149,86); }
td.TdClassName
{
border-color: #DF9556;
}
.TagClassName
{
border-color: #DF9556;
}
</style>