Shades of Porsche #D79F5E
Tints of Porsche #D79F5E
RGB
CMYK
RGB Variations
Color information
#D79F5E (or 0xD79F5E) is known color: Porsche. HEX triplet: D7, 9F and 5E. RGB value is (215,159,94). Sum of RGB (Red+Green+Blue) = 215+159+94=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79F5E is #2860A1. Grayscale: #A8A8A8. Windows color (decimal): -2646178 or 6201303. OLE color: 6201303.
HSL color Cylindrical-coordinate representation of color #D79F5E: hue angle of 32.23º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D79F5E is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 159 | 94 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.16 |
| HSL | 32.23º | 0.6% | 0.61% | - |
| HSV(B) | 32.23º | 0.56% | 0.84% | - |
| XYZ | 42.44 | 40.05 | 16.08 | - |
| YUV | 168.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 159 | 94 | 0 | 0.26 | 0.56 | 0.16 | 32.23 | 0.6 | 0.61 |
| Hex | D7 | 9F | 5E | 0 | 1A | 38 | 10 | 20 | 3C | 3D |
| Octal | 327 | 237 | 136 | 0 | 32 | 70 | 20 | 40 | 74 | 75 |
| Binary | 11010111 | 10011111 | 1011110 | 0 | 11010 | 111000 | 10000 | 100000 | 111100 | 111101 |
Color Harmonies of #D79F5E
Complementary color
Monochromatic Colors of #D79F5E
Black with #D79F5E
Text Example
Text Example
White with #D79F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79F5E; }
p { color: rgb(215,159,94); }
H1.HeaderClassName
{
color: #D79F5E;
}
.AnyTagClassName
{
color: #D79F5E;
}
</style>
background-color css
<style>
a { background-color: #D79F5E; }
a { background-color: rgb(215,159,94); }
div.DivClassName
{
background-color: #D79F5E;
}
.BgClassName
{
background-color: #D79F5E;
}
</style>
border-color css
<style>
span { border-color: #D79F5E; }
span { border-color: rgb(215,159,94); }
td.TdClassName
{
border-color: #D79F5E;
}
.TagClassName
{
border-color: #D79F5E;
}
</style>