Shades of Porsche #D79859
Tints of Porsche #D79859
RGB
CMYK
RGB Variations
Color information
#D79859 (or 0xD79859) is known color: Porsche. HEX triplet: D7, 98 and 59. RGB value is (215,152,89). Sum of RGB (Red+Green+Blue) = 215+152+89=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D79859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79859 is #2867A6. Grayscale: #A3A3A3. Windows color (decimal): -2647975 or 5871831. OLE color: 5871831.
HSL color Cylindrical-coordinate representation of color #D79859: hue angle of 30º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D79859 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 89 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.16 |
| HSL | 30º | 0.61% | 0.6% | - |
| HSV(B) | 30º | 0.59% | 0.84% | - |
| XYZ | 41.06 | 37.62 | 14.55 | - |
| YUV | 163.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 89 | 0 | 0.29 | 0.59 | 0.16 | 30 | 0.61 | 0.6 |
| Hex | D7 | 98 | 59 | 0 | 1D | 3B | 10 | 1E | 3D | 3C |
| Octal | 327 | 230 | 131 | 0 | 35 | 73 | 20 | 36 | 75 | 74 |
| Binary | 11010111 | 10011000 | 1011001 | 0 | 11101 | 111011 | 10000 | 11110 | 111101 | 111100 |
Color Harmonies of #D79859
Complementary color
Monochromatic Colors of #D79859
Black with #D79859
Text Example
Text Example
White with #D79859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79859; }
p { color: rgb(215,152,89); }
H1.HeaderClassName
{
color: #D79859;
}
.AnyTagClassName
{
color: #D79859;
}
</style>
background-color css
<style>
a { background-color: #D79859; }
a { background-color: rgb(215,152,89); }
div.DivClassName
{
background-color: #D79859;
}
.BgClassName
{
background-color: #D79859;
}
</style>
border-color css
<style>
span { border-color: #D79859; }
span { border-color: rgb(215,152,89); }
td.TdClassName
{
border-color: #D79859;
}
.TagClassName
{
border-color: #D79859;
}
</style>