Shades of Porsche #DF9764
Tints of Porsche #DF9764
RGB
CMYK
RGB Variations
Color information
#DF9764 (or 0xDF9764) is known color: Porsche. HEX triplet: DF, 97 and 64. RGB value is (223,151,100). Sum of RGB (Red+Green+Blue) = 223+151+100=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9764 is #20689B. Grayscale: #A6A6A6. Windows color (decimal): -2123932 or 6592479. OLE color: 6592479.
HSL color Cylindrical-coordinate representation of color #DF9764: hue angle of 24.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9764 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 100 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.13 |
| HSL | 24.88º | 0.66% | 0.63% | - |
| HSV(B) | 24.88º | 0.55% | 0.87% | - |
| XYZ | 43.8 | 38.74 | 17.23 | - |
| YUV | 166.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 100 | 0 | 0.32 | 0.55 | 0.13 | 24.88 | 0.66 | 0.63 |
| Hex | DF | 97 | 64 | 0 | 20 | 37 | D | 19 | 42 | 3F |
| Octal | 337 | 227 | 144 | 0 | 40 | 67 | 15 | 31 | 102 | 77 |
| Binary | 11011111 | 10010111 | 1100100 | 0 | 100000 | 110111 | 1101 | 11001 | 1000010 | 111111 |
Color Harmonies of #DF9764
Complementary color
Monochromatic Colors of #DF9764
Black with #DF9764
Text Example
Text Example
White with #DF9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9764; }
p { color: rgb(223,151,100); }
H1.HeaderClassName
{
color: #DF9764;
}
.AnyTagClassName
{
color: #DF9764;
}
</style>
background-color css
<style>
a { background-color: #DF9764; }
a { background-color: rgb(223,151,100); }
div.DivClassName
{
background-color: #DF9764;
}
.BgClassName
{
background-color: #DF9764;
}
</style>
border-color css
<style>
span { border-color: #DF9764; }
span { border-color: rgb(223,151,100); }
td.TdClassName
{
border-color: #DF9764;
}
.TagClassName
{
border-color: #DF9764;
}
</style>