Shades of Porsche #DF9D61
Tints of Porsche #DF9D61
RGB
CMYK
RGB Variations
Color information
#DF9D61 (or 0xDF9D61) is known color: Porsche. HEX triplet: DF, 9D and 61. RGB value is (223,157,97). Sum of RGB (Red+Green+Blue) = 223+157+97=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D61 is #20629E. Grayscale: #AAAAAA. Windows color (decimal): -2122399 or 6397407. OLE color: 6397407.
HSL color Cylindrical-coordinate representation of color #DF9D61: hue angle of 28.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF9D61 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 97 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.13 |
| HSL | 28.57º | 0.66% | 0.63% | - |
| HSV(B) | 28.57º | 0.57% | 0.87% | - |
| XYZ | 44.65 | 40.66 | 16.81 | - |
| YUV | 169.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 97 | 0 | 0.30 | 0.57 | 0.13 | 28.57 | 0.66 | 0.63 |
| Hex | DF | 9D | 61 | 0 | 1E | 39 | D | 1D | 42 | 3F |
| Octal | 337 | 235 | 141 | 0 | 36 | 71 | 15 | 35 | 102 | 77 |
| Binary | 11011111 | 10011101 | 1100001 | 0 | 11110 | 111001 | 1101 | 11101 | 1000010 | 111111 |
Color Harmonies of #DF9D61
Complementary color
Monochromatic Colors of #DF9D61
Black with #DF9D61
Text Example
Text Example
White with #DF9D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D61; }
p { color: rgb(223,157,97); }
H1.HeaderClassName
{
color: #DF9D61;
}
.AnyTagClassName
{
color: #DF9D61;
}
</style>
background-color css
<style>
a { background-color: #DF9D61; }
a { background-color: rgb(223,157,97); }
div.DivClassName
{
background-color: #DF9D61;
}
.BgClassName
{
background-color: #DF9D61;
}
</style>
border-color css
<style>
span { border-color: #DF9D61; }
span { border-color: rgb(223,157,97); }
td.TdClassName
{
border-color: #DF9D61;
}
.TagClassName
{
border-color: #DF9D61;
}
</style>