Shades of Porsche #D79E68
Tints of Porsche #D79E68
RGB
CMYK
RGB Variations
Color information
#D79E68 (or 0xD79E68) is known color: Porsche. HEX triplet: D7, 9E and 68. RGB value is (215,158,104). Sum of RGB (Red+Green+Blue) = 215+158+104=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79E68 is #286197. Grayscale: #A9A9A9. Windows color (decimal): -2646424 or 6856407. OLE color: 6856407.
HSL color Cylindrical-coordinate representation of color #D79E68: hue angle of 29.19º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D79E68 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 104 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.16 |
| HSL | 29.19º | 0.58% | 0.63% | - |
| HSV(B) | 29.19º | 0.52% | 0.84% | - |
| XYZ | 42.75 | 39.9 | 18.55 | - |
| YUV | 168.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 104 | 0 | 0.27 | 0.52 | 0.16 | 29.19 | 0.58 | 0.63 |
| Hex | D7 | 9E | 68 | 0 | 1B | 34 | 10 | 1D | 3A | 3F |
| Octal | 327 | 236 | 150 | 0 | 33 | 64 | 20 | 35 | 72 | 77 |
| Binary | 11010111 | 10011110 | 1101000 | 0 | 11011 | 110100 | 10000 | 11101 | 111010 | 111111 |
Color Harmonies of #D79E68
Complementary color
Monochromatic Colors of #D79E68
Black with #D79E68
Text Example
Text Example
White with #D79E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E68; }
p { color: rgb(215,158,104); }
H1.HeaderClassName
{
color: #D79E68;
}
.AnyTagClassName
{
color: #D79E68;
}
</style>
background-color css
<style>
a { background-color: #D79E68; }
a { background-color: rgb(215,158,104); }
div.DivClassName
{
background-color: #D79E68;
}
.BgClassName
{
background-color: #D79E68;
}
</style>
border-color css
<style>
span { border-color: #D79E68; }
span { border-color: rgb(215,158,104); }
td.TdClassName
{
border-color: #D79E68;
}
.TagClassName
{
border-color: #D79E68;
}
</style>