Shades of Porsche #D79C55
Tints of Porsche #D79C55
RGB
CMYK
RGB Variations
Color information
#D79C55 (or 0xD79C55) is known color: Porsche. HEX triplet: D7, 9C and 55. RGB value is (215,156,85). Sum of RGB (Red+Green+Blue) = 215+156+85=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C55 is #2863AA. Grayscale: #A5A5A5. Windows color (decimal): -2646955 or 5610711. OLE color: 5610711.
HSL color Cylindrical-coordinate representation of color #D79C55: hue angle of 32.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D79C55 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 85 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.16 |
| HSL | 32.77º | 0.62% | 0.59% | - |
| HSV(B) | 32.77º | 0.6% | 0.84% | - |
| XYZ | 41.55 | 38.88 | 13.91 | - |
| YUV | 165.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 85 | 0 | 0.27 | 0.60 | 0.16 | 32.77 | 0.62 | 0.59 |
| Hex | D7 | 9C | 55 | 0 | 1B | 3C | 10 | 21 | 3E | 3B |
| Octal | 327 | 234 | 125 | 0 | 33 | 74 | 20 | 41 | 76 | 73 |
| Binary | 11010111 | 10011100 | 1010101 | 0 | 11011 | 111100 | 10000 | 100001 | 111110 | 111011 |
Color Harmonies of #D79C55
Complementary color
Monochromatic Colors of #D79C55
Black with #D79C55
Text Example
Text Example
White with #D79C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C55; }
p { color: rgb(215,156,85); }
H1.HeaderClassName
{
color: #D79C55;
}
.AnyTagClassName
{
color: #D79C55;
}
</style>
background-color css
<style>
a { background-color: #D79C55; }
a { background-color: rgb(215,156,85); }
div.DivClassName
{
background-color: #D79C55;
}
.BgClassName
{
background-color: #D79C55;
}
</style>
border-color css
<style>
span { border-color: #D79C55; }
span { border-color: rgb(215,156,85); }
td.TdClassName
{
border-color: #D79C55;
}
.TagClassName
{
border-color: #D79C55;
}
</style>