Shades of Porsche #D79E66
Tints of Porsche #D79E66
RGB
CMYK
RGB Variations
Color information
#D79E66 (or 0xD79E66) is known color: Porsche. HEX triplet: D7, 9E and 66. RGB value is (215,158,102). Sum of RGB (Red+Green+Blue) = 215+158+102=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79E66 is #286199. Grayscale: #A8A8A8. Windows color (decimal): -2646426 or 6725335. OLE color: 6725335.
HSL color Cylindrical-coordinate representation of color #D79E66: hue angle of 29.73º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D79E66 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 102 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.16 |
| HSL | 29.73º | 0.59% | 0.62% | - |
| HSV(B) | 29.73º | 0.53% | 0.84% | - |
| XYZ | 42.65 | 39.86 | 18.02 | - |
| YUV | 168.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 102 | 0 | 0.27 | 0.53 | 0.16 | 29.73 | 0.59 | 0.62 |
| Hex | D7 | 9E | 66 | 0 | 1B | 35 | 10 | 1E | 3B | 3E |
| Octal | 327 | 236 | 146 | 0 | 33 | 65 | 20 | 36 | 73 | 76 |
| Binary | 11010111 | 10011110 | 1100110 | 0 | 11011 | 110101 | 10000 | 11110 | 111011 | 111110 |
Color Harmonies of #D79E66
Complementary color
Monochromatic Colors of #D79E66
Black with #D79E66
Text Example
Text Example
White with #D79E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E66; }
p { color: rgb(215,158,102); }
H1.HeaderClassName
{
color: #D79E66;
}
.AnyTagClassName
{
color: #D79E66;
}
</style>
background-color css
<style>
a { background-color: #D79E66; }
a { background-color: rgb(215,158,102); }
div.DivClassName
{
background-color: #D79E66;
}
.BgClassName
{
background-color: #D79E66;
}
</style>
border-color css
<style>
span { border-color: #D79E66; }
span { border-color: rgb(215,158,102); }
td.TdClassName
{
border-color: #D79E66;
}
.TagClassName
{
border-color: #D79E66;
}
</style>