Shades of Porsche #DF9350
Tints of Porsche #DF9350
RGB
CMYK
RGB Variations
Color information
#DF9350 (or 0xDF9350) is known color: Porsche. HEX triplet: DF, 93 and 50. RGB value is (223,147,80). Sum of RGB (Red+Green+Blue) = 223+147+80=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9350 is #206CAF. Grayscale: #A2A2A2. Windows color (decimal): -2124976 or 5280735. OLE color: 5280735.
HSL color Cylindrical-coordinate representation of color #DF9350: hue angle of 28.11º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF9350 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 80 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.13 |
| HSL | 28.11º | 0.69% | 0.59% | - |
| HSV(B) | 28.11º | 0.64% | 0.87% | - |
| XYZ | 42.31 | 37.13 | 12.53 | - |
| YUV | 162.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 80 | 0 | 0.34 | 0.64 | 0.13 | 28.11 | 0.69 | 0.59 |
| Hex | DF | 93 | 50 | 0 | 22 | 40 | D | 1C | 45 | 3B |
| Octal | 337 | 223 | 120 | 0 | 42 | 100 | 15 | 34 | 105 | 73 |
| Binary | 11011111 | 10010011 | 1010000 | 0 | 100010 | 1000000 | 1101 | 11100 | 1000101 | 111011 |
Color Harmonies of #DF9350
Complementary color
Monochromatic Colors of #DF9350
Black with #DF9350
Text Example
Text Example
White with #DF9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9350; }
p { color: rgb(223,147,80); }
H1.HeaderClassName
{
color: #DF9350;
}
.AnyTagClassName
{
color: #DF9350;
}
</style>
background-color css
<style>
a { background-color: #DF9350; }
a { background-color: rgb(223,147,80); }
div.DivClassName
{
background-color: #DF9350;
}
.BgClassName
{
background-color: #DF9350;
}
</style>
border-color css
<style>
span { border-color: #DF9350; }
span { border-color: rgb(223,147,80); }
td.TdClassName
{
border-color: #DF9350;
}
.TagClassName
{
border-color: #DF9350;
}
</style>