Shades of Porsche #DF9458
Tints of Porsche #DF9458
RGB
CMYK
RGB Variations
Color information
#DF9458 (or 0xDF9458) is known color: Porsche. HEX triplet: DF, 94 and 58. RGB value is (223,148,88). Sum of RGB (Red+Green+Blue) = 223+148+88=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9458 is #206BA7. Grayscale: #A3A3A3. Windows color (decimal): -2124712 or 5805279. OLE color: 5805279.
HSL color Cylindrical-coordinate representation of color #DF9458: hue angle of 26.67º 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 #DF9458 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 88 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.13 |
| HSL | 26.67º | 0.68% | 0.61% | - |
| HSV(B) | 26.67º | 0.61% | 0.87% | - |
| XYZ | 42.78 | 37.57 | 14.23 | - |
| YUV | 163.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 88 | 0 | 0.34 | 0.61 | 0.13 | 26.67 | 0.68 | 0.61 |
| Hex | DF | 94 | 58 | 0 | 22 | 3D | D | 1B | 44 | 3D |
| Octal | 337 | 224 | 130 | 0 | 42 | 75 | 15 | 33 | 104 | 75 |
| Binary | 11011111 | 10010100 | 1011000 | 0 | 100010 | 111101 | 1101 | 11011 | 1000100 | 111101 |
Color Harmonies of #DF9458
Complementary color
Monochromatic Colors of #DF9458
Black with #DF9458
Text Example
Text Example
White with #DF9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9458; }
p { color: rgb(223,148,88); }
H1.HeaderClassName
{
color: #DF9458;
}
.AnyTagClassName
{
color: #DF9458;
}
</style>
background-color css
<style>
a { background-color: #DF9458; }
a { background-color: rgb(223,148,88); }
div.DivClassName
{
background-color: #DF9458;
}
.BgClassName
{
background-color: #DF9458;
}
</style>
border-color css
<style>
span { border-color: #DF9458; }
span { border-color: rgb(223,148,88); }
td.TdClassName
{
border-color: #DF9458;
}
.TagClassName
{
border-color: #DF9458;
}
</style>