Shades of Porsche #D79C5D
Tints of Porsche #D79C5D
RGB
CMYK
RGB Variations
Color information
#D79C5D (or 0xD79C5D) is known color: Porsche. HEX triplet: D7, 9C and 5D. RGB value is (215,156,93). Sum of RGB (Red+Green+Blue) = 215+156+93=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C5D is #2863A2. Grayscale: #A6A6A6. Windows color (decimal): -2646947 or 6134999. OLE color: 6134999.
HSL color Cylindrical-coordinate representation of color #D79C5D: hue angle of 30.98º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D79C5D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 93 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.16 |
| HSL | 30.98º | 0.6% | 0.6% | - |
| HSV(B) | 30.98º | 0.57% | 0.84% | - |
| XYZ | 41.89 | 39.01 | 15.68 | - |
| YUV | 166.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 93 | 0 | 0.27 | 0.57 | 0.16 | 30.98 | 0.6 | 0.6 |
| Hex | D7 | 9C | 5D | 0 | 1B | 39 | 10 | 1F | 3C | 3C |
| Octal | 327 | 234 | 135 | 0 | 33 | 71 | 20 | 37 | 74 | 74 |
| Binary | 11010111 | 10011100 | 1011101 | 0 | 11011 | 111001 | 10000 | 11111 | 111100 | 111100 |
Color Harmonies of #D79C5D
Complementary color
Monochromatic Colors of #D79C5D
Black with #D79C5D
Text Example
Text Example
White with #D79C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C5D; }
p { color: rgb(215,156,93); }
H1.HeaderClassName
{
color: #D79C5D;
}
.AnyTagClassName
{
color: #D79C5D;
}
</style>
background-color css
<style>
a { background-color: #D79C5D; }
a { background-color: rgb(215,156,93); }
div.DivClassName
{
background-color: #D79C5D;
}
.BgClassName
{
background-color: #D79C5D;
}
</style>
border-color css
<style>
span { border-color: #D79C5D; }
span { border-color: rgb(215,156,93); }
td.TdClassName
{
border-color: #D79C5D;
}
.TagClassName
{
border-color: #D79C5D;
}
</style>