Shades of Porsche #D79A5E
Tints of Porsche #D79A5E
RGB
CMYK
RGB Variations
Color information
#D79A5E (or 0xD79A5E) is known color: Porsche. HEX triplet: D7, 9A and 5E. RGB value is (215,154,94). Sum of RGB (Red+Green+Blue) = 215+154+94=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A5E is #2865A1. Grayscale: #A5A5A5. Windows color (decimal): -2647458 or 6200023. OLE color: 6200023.
HSL color Cylindrical-coordinate representation of color #D79A5E: hue angle of 29.75º 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 #D79A5E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 94 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.16 |
| HSL | 29.75º | 0.6% | 0.61% | - |
| HSV(B) | 29.75º | 0.56% | 0.84% | - |
| XYZ | 41.6 | 38.37 | 15.8 | - |
| YUV | 165.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 94 | 0 | 0.28 | 0.56 | 0.16 | 29.75 | 0.6 | 0.61 |
| Hex | D7 | 9A | 5E | 0 | 1C | 38 | 10 | 1E | 3C | 3D |
| Octal | 327 | 232 | 136 | 0 | 34 | 70 | 20 | 36 | 74 | 75 |
| Binary | 11010111 | 10011010 | 1011110 | 0 | 11100 | 111000 | 10000 | 11110 | 111100 | 111101 |
Color Harmonies of #D79A5E
Complementary color
Monochromatic Colors of #D79A5E
Black with #D79A5E
Text Example
Text Example
White with #D79A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A5E; }
p { color: rgb(215,154,94); }
H1.HeaderClassName
{
color: #D79A5E;
}
.AnyTagClassName
{
color: #D79A5E;
}
</style>
background-color css
<style>
a { background-color: #D79A5E; }
a { background-color: rgb(215,154,94); }
div.DivClassName
{
background-color: #D79A5E;
}
.BgClassName
{
background-color: #D79A5E;
}
</style>
border-color css
<style>
span { border-color: #D79A5E; }
span { border-color: rgb(215,154,94); }
td.TdClassName
{
border-color: #D79A5E;
}
.TagClassName
{
border-color: #D79A5E;
}
</style>