Shades of Porsche #D79D5C
Tints of Porsche #D79D5C
RGB
CMYK
RGB Variations
Color information
#D79D5C (or 0xD79D5C) is known color: Porsche. HEX triplet: D7, 9D and 5C. RGB value is (215,157,92). Sum of RGB (Red+Green+Blue) = 215+157+92=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D5C is #2862A3. Grayscale: #A7A7A7. Windows color (decimal): -2646692 or 6069719. OLE color: 6069719.
HSL color Cylindrical-coordinate representation of color #D79D5C: hue angle of 31.71º degrees, saturation: 0.61, 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 #D79D5C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 92 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.16 |
| HSL | 31.71º | 0.61% | 0.6% | - |
| HSV(B) | 31.71º | 0.57% | 0.84% | - |
| XYZ | 42.01 | 39.33 | 15.5 | - |
| YUV | 166.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 92 | 0 | 0.27 | 0.57 | 0.16 | 31.71 | 0.61 | 0.6 |
| Hex | D7 | 9D | 5C | 0 | 1B | 39 | 10 | 20 | 3D | 3C |
| Octal | 327 | 235 | 134 | 0 | 33 | 71 | 20 | 40 | 75 | 74 |
| Binary | 11010111 | 10011101 | 1011100 | 0 | 11011 | 111001 | 10000 | 100000 | 111101 | 111100 |
Color Harmonies of #D79D5C
Complementary color
Monochromatic Colors of #D79D5C
Black with #D79D5C
Text Example
Text Example
White with #D79D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D5C; }
p { color: rgb(215,157,92); }
H1.HeaderClassName
{
color: #D79D5C;
}
.AnyTagClassName
{
color: #D79D5C;
}
</style>
background-color css
<style>
a { background-color: #D79D5C; }
a { background-color: rgb(215,157,92); }
div.DivClassName
{
background-color: #D79D5C;
}
.BgClassName
{
background-color: #D79D5C;
}
</style>
border-color css
<style>
span { border-color: #D79D5C; }
span { border-color: rgb(215,157,92); }
td.TdClassName
{
border-color: #D79D5C;
}
.TagClassName
{
border-color: #D79D5C;
}
</style>