Shades of Porsche #DF9255
Tints of Porsche #DF9255
RGB
CMYK
RGB Variations
Color information
#DF9255 (or 0xDF9255) is known color: Porsche. HEX triplet: DF, 92 and 55. RGB value is (223,146,85). Sum of RGB (Red+Green+Blue) = 223+146+85=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9255 is #206DAA. Grayscale: #A2A2A2. Windows color (decimal): -2125227 or 5608159. OLE color: 5608159.
HSL color Cylindrical-coordinate representation of color #DF9255: hue angle of 26.52º degrees, saturation: 0.68, 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 #DF9255 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 85 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.13 |
| HSL | 26.52º | 0.68% | 0.6% | - |
| HSV(B) | 26.52º | 0.62% | 0.87% | - |
| XYZ | 42.35 | 36.9 | 13.48 | - |
| YUV | 162.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 85 | 0 | 0.35 | 0.62 | 0.13 | 26.52 | 0.68 | 0.6 |
| Hex | DF | 92 | 55 | 0 | 23 | 3E | D | 1B | 44 | 3C |
| Octal | 337 | 222 | 125 | 0 | 43 | 76 | 15 | 33 | 104 | 74 |
| Binary | 11011111 | 10010010 | 1010101 | 0 | 100011 | 111110 | 1101 | 11011 | 1000100 | 111100 |
Color Harmonies of #DF9255
Complementary color
Monochromatic Colors of #DF9255
Black with #DF9255
Text Example
Text Example
White with #DF9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9255; }
p { color: rgb(223,146,85); }
H1.HeaderClassName
{
color: #DF9255;
}
.AnyTagClassName
{
color: #DF9255;
}
</style>
background-color css
<style>
a { background-color: #DF9255; }
a { background-color: rgb(223,146,85); }
div.DivClassName
{
background-color: #DF9255;
}
.BgClassName
{
background-color: #DF9255;
}
</style>
border-color css
<style>
span { border-color: #DF9255; }
span { border-color: rgb(223,146,85); }
td.TdClassName
{
border-color: #DF9255;
}
.TagClassName
{
border-color: #DF9255;
}
</style>