Shades of Porsche #D79E5C
Tints of Porsche #D79E5C
RGB
CMYK
RGB Variations
Color information
#D79E5C (or 0xD79E5C) is known color: Porsche. HEX triplet: D7, 9E and 5C. RGB value is (215,158,92). Sum of RGB (Red+Green+Blue) = 215+158+92=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79E5C is #2861A3. Grayscale: #A7A7A7. Windows color (decimal): -2646436 or 6069975. OLE color: 6069975.
HSL color Cylindrical-coordinate representation of color #D79E5C: hue angle of 32.2º 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 #D79E5C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 92 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.16 |
| HSL | 32.2º | 0.61% | 0.6% | - |
| HSV(B) | 32.2º | 0.57% | 0.84% | - |
| XYZ | 42.18 | 39.67 | 15.56 | - |
| YUV | 167.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 92 | 0 | 0.27 | 0.57 | 0.16 | 32.2 | 0.61 | 0.6 |
| Hex | D7 | 9E | 5C | 0 | 1B | 39 | 10 | 20 | 3D | 3C |
| Octal | 327 | 236 | 134 | 0 | 33 | 71 | 20 | 40 | 75 | 74 |
| Binary | 11010111 | 10011110 | 1011100 | 0 | 11011 | 111001 | 10000 | 100000 | 111101 | 111100 |
Color Harmonies of #D79E5C
Complementary color
Monochromatic Colors of #D79E5C
Black with #D79E5C
Text Example
Text Example
White with #D79E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E5C; }
p { color: rgb(215,158,92); }
H1.HeaderClassName
{
color: #D79E5C;
}
.AnyTagClassName
{
color: #D79E5C;
}
</style>
background-color css
<style>
a { background-color: #D79E5C; }
a { background-color: rgb(215,158,92); }
div.DivClassName
{
background-color: #D79E5C;
}
.BgClassName
{
background-color: #D79E5C;
}
</style>
border-color css
<style>
span { border-color: #D79E5C; }
span { border-color: rgb(215,158,92); }
td.TdClassName
{
border-color: #D79E5C;
}
.TagClassName
{
border-color: #D79E5C;
}
</style>