Shades of Porsche #DF9967
Tints of Porsche #DF9967
RGB
CMYK
RGB Variations
Color information
#DF9967 (or 0xDF9967) is known color: Porsche. HEX triplet: DF, 99 and 67. RGB value is (223,153,103). Sum of RGB (Red+Green+Blue) = 223+153+103=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9967 is #206698. Grayscale: #A8A8A8. Windows color (decimal): -2123417 or 6789599. OLE color: 6789599.
HSL color Cylindrical-coordinate representation of color #DF9967: hue angle of 25º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF9967 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 103 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.13 |
| HSL | 25º | 0.65% | 0.64% | - |
| HSV(B) | 25º | 0.54% | 0.87% | - |
| XYZ | 44.27 | 39.45 | 18.11 | - |
| YUV | 168.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 103 | 0 | 0.31 | 0.54 | 0.13 | 25 | 0.65 | 0.64 |
| Hex | DF | 99 | 67 | 0 | 1F | 36 | D | 19 | 41 | 40 |
| Octal | 337 | 231 | 147 | 0 | 37 | 66 | 15 | 31 | 101 | 100 |
| Binary | 11011111 | 10011001 | 1100111 | 0 | 11111 | 110110 | 1101 | 11001 | 1000001 | 1000000 |
Color Harmonies of #DF9967
Complementary color
Monochromatic Colors of #DF9967
Black with #DF9967
Text Example
Text Example
White with #DF9967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9967; }
p { color: rgb(223,153,103); }
H1.HeaderClassName
{
color: #DF9967;
}
.AnyTagClassName
{
color: #DF9967;
}
</style>
background-color css
<style>
a { background-color: #DF9967; }
a { background-color: rgb(223,153,103); }
div.DivClassName
{
background-color: #DF9967;
}
.BgClassName
{
background-color: #DF9967;
}
</style>
border-color css
<style>
span { border-color: #DF9967; }
span { border-color: rgb(223,153,103); }
td.TdClassName
{
border-color: #DF9967;
}
.TagClassName
{
border-color: #DF9967;
}
</style>