Shades of Porsche #D79D68
Tints of Porsche #D79D68
RGB
CMYK
RGB Variations
Color information
#D79D68 (or 0xD79D68) is known color: Porsche. HEX triplet: D7, 9D and 68. RGB value is (215,157,104). Sum of RGB (Red+Green+Blue) = 215+157+104=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D68 is #286297. Grayscale: #A8A8A8. Windows color (decimal): -2646680 or 6856151. OLE color: 6856151.
HSL color Cylindrical-coordinate representation of color #D79D68: hue angle of 28.65º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D79D68 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 104 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.16 |
| HSL | 28.65º | 0.58% | 0.63% | - |
| HSV(B) | 28.65º | 0.52% | 0.84% | - |
| XYZ | 42.58 | 39.56 | 18.49 | - |
| YUV | 168.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 104 | 0 | 0.27 | 0.52 | 0.16 | 28.65 | 0.58 | 0.63 |
| Hex | D7 | 9D | 68 | 0 | 1B | 34 | 10 | 1D | 3A | 3F |
| Octal | 327 | 235 | 150 | 0 | 33 | 64 | 20 | 35 | 72 | 77 |
| Binary | 11010111 | 10011101 | 1101000 | 0 | 11011 | 110100 | 10000 | 11101 | 111010 | 111111 |
Color Harmonies of #D79D68
Complementary color
Monochromatic Colors of #D79D68
Black with #D79D68
Text Example
Text Example
White with #D79D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D68; }
p { color: rgb(215,157,104); }
H1.HeaderClassName
{
color: #D79D68;
}
.AnyTagClassName
{
color: #D79D68;
}
</style>
background-color css
<style>
a { background-color: #D79D68; }
a { background-color: rgb(215,157,104); }
div.DivClassName
{
background-color: #D79D68;
}
.BgClassName
{
background-color: #D79D68;
}
</style>
border-color css
<style>
span { border-color: #D79D68; }
span { border-color: rgb(215,157,104); }
td.TdClassName
{
border-color: #D79D68;
}
.TagClassName
{
border-color: #D79D68;
}
</style>