Shades of Porsche #D79E65
Tints of Porsche #D79E65
RGB
CMYK
RGB Variations
Color information
#D79E65 (or 0xD79E65) is known color: Porsche. HEX triplet: D7, 9E and 65. RGB value is (215,158,101). Sum of RGB (Red+Green+Blue) = 215+158+101=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79E65 is #28619A. Grayscale: #A8A8A8. Windows color (decimal): -2646427 or 6659799. OLE color: 6659799.
HSL color Cylindrical-coordinate representation of color #D79E65: hue angle of 30º 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 #D79E65 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 101 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.16 |
| HSL | 30º | 0.59% | 0.62% | - |
| HSV(B) | 30º | 0.53% | 0.84% | - |
| XYZ | 42.6 | 39.84 | 17.76 | - |
| YUV | 168.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 101 | 0 | 0.27 | 0.53 | 0.16 | 30 | 0.59 | 0.62 |
| Hex | D7 | 9E | 65 | 0 | 1B | 35 | 10 | 1E | 3B | 3E |
| Octal | 327 | 236 | 145 | 0 | 33 | 65 | 20 | 36 | 73 | 76 |
| Binary | 11010111 | 10011110 | 1100101 | 0 | 11011 | 110101 | 10000 | 11110 | 111011 | 111110 |
Color Harmonies of #D79E65
Complementary color
Monochromatic Colors of #D79E65
Black with #D79E65
Text Example
Text Example
White with #D79E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E65; }
p { color: rgb(215,158,101); }
H1.HeaderClassName
{
color: #D79E65;
}
.AnyTagClassName
{
color: #D79E65;
}
</style>
background-color css
<style>
a { background-color: #D79E65; }
a { background-color: rgb(215,158,101); }
div.DivClassName
{
background-color: #D79E65;
}
.BgClassName
{
background-color: #D79E65;
}
</style>
border-color css
<style>
span { border-color: #D79E65; }
span { border-color: rgb(215,158,101); }
td.TdClassName
{
border-color: #D79E65;
}
.TagClassName
{
border-color: #D79E65;
}
</style>