Shades of Porsche #DF9661
Tints of Porsche #DF9661
RGB
CMYK
RGB Variations
Color information
#DF9661 (or 0xDF9661) is known color: Porsche. HEX triplet: DF, 96 and 61. RGB value is (223,150,97). Sum of RGB (Red+Green+Blue) = 223+150+97=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9661 is #20699E. Grayscale: #A6A6A6. Windows color (decimal): -2124191 or 6395615. OLE color: 6395615.
HSL color Cylindrical-coordinate representation of color #DF9661: hue angle of 25.24º 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 #DF9661 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 97 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.13 |
| HSL | 25.24º | 0.66% | 0.63% | - |
| HSV(B) | 25.24º | 0.57% | 0.87% | - |
| XYZ | 43.5 | 38.36 | 16.42 | - |
| YUV | 165.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 97 | 0 | 0.33 | 0.57 | 0.13 | 25.24 | 0.66 | 0.63 |
| Hex | DF | 96 | 61 | 0 | 21 | 39 | D | 19 | 42 | 3F |
| Octal | 337 | 226 | 141 | 0 | 41 | 71 | 15 | 31 | 102 | 77 |
| Binary | 11011111 | 10010110 | 1100001 | 0 | 100001 | 111001 | 1101 | 11001 | 1000010 | 111111 |
Color Harmonies of #DF9661
Complementary color
Monochromatic Colors of #DF9661
Black with #DF9661
Text Example
Text Example
White with #DF9661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9661; }
p { color: rgb(223,150,97); }
H1.HeaderClassName
{
color: #DF9661;
}
.AnyTagClassName
{
color: #DF9661;
}
</style>
background-color css
<style>
a { background-color: #DF9661; }
a { background-color: rgb(223,150,97); }
div.DivClassName
{
background-color: #DF9661;
}
.BgClassName
{
background-color: #DF9661;
}
</style>
border-color css
<style>
span { border-color: #DF9661; }
span { border-color: rgb(223,150,97); }
td.TdClassName
{
border-color: #DF9661;
}
.TagClassName
{
border-color: #DF9661;
}
</style>