Shades of Porsche #DF9561
Tints of Porsche #DF9561
RGB
CMYK
RGB Variations
Color information
#DF9561 (or 0xDF9561) is known color: Porsche. HEX triplet: DF, 95 and 61. RGB value is (223,149,97). Sum of RGB (Red+Green+Blue) = 223+149+97=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9561 is #206A9E. Grayscale: #A5A5A5. Windows color (decimal): -2124447 or 6395359. OLE color: 6395359.
HSL color Cylindrical-coordinate representation of color #DF9561: hue angle of 24.76º 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 #DF9561 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 97 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 24.76º | 0.66% | 0.63% | - |
| HSV(B) | 24.76º | 0.57% | 0.87% | - |
| XYZ | 43.34 | 38.05 | 16.37 | - |
| YUV | 165.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 97 | 0 | 0.33 | 0.57 | 0.13 | 24.76 | 0.66 | 0.63 |
| Hex | DF | 95 | 61 | 0 | 21 | 39 | D | 19 | 42 | 3F |
| Octal | 337 | 225 | 141 | 0 | 41 | 71 | 15 | 31 | 102 | 77 |
| Binary | 11011111 | 10010101 | 1100001 | 0 | 100001 | 111001 | 1101 | 11001 | 1000010 | 111111 |
Color Harmonies of #DF9561
Complementary color
Monochromatic Colors of #DF9561
Black with #DF9561
Text Example
Text Example
White with #DF9561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9561; }
p { color: rgb(223,149,97); }
H1.HeaderClassName
{
color: #DF9561;
}
.AnyTagClassName
{
color: #DF9561;
}
</style>
background-color css
<style>
a { background-color: #DF9561; }
a { background-color: rgb(223,149,97); }
div.DivClassName
{
background-color: #DF9561;
}
.BgClassName
{
background-color: #DF9561;
}
</style>
border-color css
<style>
span { border-color: #DF9561; }
span { border-color: rgb(223,149,97); }
td.TdClassName
{
border-color: #DF9561;
}
.TagClassName
{
border-color: #DF9561;
}
</style>