Shades of Porsche #DF9961
Tints of Porsche #DF9961
RGB
CMYK
RGB Variations
Color information
#DF9961 (or 0xDF9961) is known color: Porsche. HEX triplet: DF, 99 and 61. RGB value is (223,153,97). Sum of RGB (Red+Green+Blue) = 223+153+97=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9961 is #20669E. Grayscale: #A7A7A7. Windows color (decimal): -2123423 or 6396383. OLE color: 6396383.
HSL color Cylindrical-coordinate representation of color #DF9961: hue angle of 26.67º 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 #DF9961 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 97 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.13 |
| HSL | 26.67º | 0.66% | 0.63% | - |
| HSV(B) | 26.67º | 0.57% | 0.87% | - |
| XYZ | 43.98 | 39.33 | 16.58 | - |
| YUV | 167.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 97 | 0 | 0.31 | 0.57 | 0.13 | 26.67 | 0.66 | 0.63 |
| Hex | DF | 99 | 61 | 0 | 1F | 39 | D | 1B | 42 | 3F |
| Octal | 337 | 231 | 141 | 0 | 37 | 71 | 15 | 33 | 102 | 77 |
| Binary | 11011111 | 10011001 | 1100001 | 0 | 11111 | 111001 | 1101 | 11011 | 1000010 | 111111 |
Color Harmonies of #DF9961
Complementary color
Monochromatic Colors of #DF9961
Black with #DF9961
Text Example
Text Example
White with #DF9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9961; }
p { color: rgb(223,153,97); }
H1.HeaderClassName
{
color: #DF9961;
}
.AnyTagClassName
{
color: #DF9961;
}
</style>
background-color css
<style>
a { background-color: #DF9961; }
a { background-color: rgb(223,153,97); }
div.DivClassName
{
background-color: #DF9961;
}
.BgClassName
{
background-color: #DF9961;
}
</style>
border-color css
<style>
span { border-color: #DF9961; }
span { border-color: rgb(223,153,97); }
td.TdClassName
{
border-color: #DF9961;
}
.TagClassName
{
border-color: #DF9961;
}
</style>