Shades of Porsche #D79C51
Tints of Porsche #D79C51
RGB
CMYK
RGB Variations
Color information
#D79C51 (or 0xD79C51) is known color: Porsche. HEX triplet: D7, 9C and 51. RGB value is (215,156,81). Sum of RGB (Red+Green+Blue) = 215+156+81=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C51 is #2863AE. Grayscale: #A5A5A5. Windows color (decimal): -2646959 or 5348567. OLE color: 5348567.
HSL color Cylindrical-coordinate representation of color #D79C51: hue angle of 33.58º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D79C51 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 81 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.16 |
| HSL | 33.58º | 0.63% | 0.58% | - |
| HSV(B) | 33.58º | 0.62% | 0.84% | - |
| XYZ | 41.4 | 38.82 | 13.1 | - |
| YUV | 165.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 81 | 0 | 0.27 | 0.62 | 0.16 | 33.58 | 0.63 | 0.58 |
| Hex | D7 | 9C | 51 | 0 | 1B | 3E | 10 | 22 | 3F | 3A |
| Octal | 327 | 234 | 121 | 0 | 33 | 76 | 20 | 42 | 77 | 72 |
| Binary | 11010111 | 10011100 | 1010001 | 0 | 11011 | 111110 | 10000 | 100010 | 111111 | 111010 |
Color Harmonies of #D79C51
Complementary color
Monochromatic Colors of #D79C51
Black with #D79C51
Text Example
Text Example
White with #D79C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C51; }
p { color: rgb(215,156,81); }
H1.HeaderClassName
{
color: #D79C51;
}
.AnyTagClassName
{
color: #D79C51;
}
</style>
background-color css
<style>
a { background-color: #D79C51; }
a { background-color: rgb(215,156,81); }
div.DivClassName
{
background-color: #D79C51;
}
.BgClassName
{
background-color: #D79C51;
}
</style>
border-color css
<style>
span { border-color: #D79C51; }
span { border-color: rgb(215,156,81); }
td.TdClassName
{
border-color: #D79C51;
}
.TagClassName
{
border-color: #D79C51;
}
</style>