Shades of Porsche #DF9651
Tints of Porsche #DF9651
RGB
CMYK
RGB Variations
Color information
#DF9651 (or 0xDF9651) is known color: Porsche. HEX triplet: DF, 96 and 51. RGB value is (223,150,81). Sum of RGB (Red+Green+Blue) = 223+150+81=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9651 is #2069AE. Grayscale: #A4A4A4. Windows color (decimal): -2124207 or 5347039. OLE color: 5347039.
HSL color Cylindrical-coordinate representation of color #DF9651: hue angle of 29.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF9651 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 81 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.13 |
| HSL | 29.15º | 0.69% | 0.6% | - |
| HSV(B) | 29.15º | 0.64% | 0.87% | - |
| XYZ | 42.82 | 38.09 | 12.88 | - |
| YUV | 163.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 81 | 0 | 0.33 | 0.64 | 0.13 | 29.15 | 0.69 | 0.6 |
| Hex | DF | 96 | 51 | 0 | 21 | 40 | D | 1D | 45 | 3C |
| Octal | 337 | 226 | 121 | 0 | 41 | 100 | 15 | 35 | 105 | 74 |
| Binary | 11011111 | 10010110 | 1010001 | 0 | 100001 | 1000000 | 1101 | 11101 | 1000101 | 111100 |
Color Harmonies of #DF9651
Complementary color
Monochromatic Colors of #DF9651
Black with #DF9651
Text Example
Text Example
White with #DF9651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9651; }
p { color: rgb(223,150,81); }
H1.HeaderClassName
{
color: #DF9651;
}
.AnyTagClassName
{
color: #DF9651;
}
</style>
background-color css
<style>
a { background-color: #DF9651; }
a { background-color: rgb(223,150,81); }
div.DivClassName
{
background-color: #DF9651;
}
.BgClassName
{
background-color: #DF9651;
}
</style>
border-color css
<style>
span { border-color: #DF9651; }
span { border-color: rgb(223,150,81); }
td.TdClassName
{
border-color: #DF9651;
}
.TagClassName
{
border-color: #DF9651;
}
</style>