Shades of Porsche #D7A16D
Tints of Porsche #D7A16D
RGB
CMYK
RGB Variations
Color information
#D7A16D (or 0xD7A16D) is known color: Porsche. HEX triplet: D7, A1 and 6D. RGB value is (215,161,109). Sum of RGB (Red+Green+Blue) = 215+161+109=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A16D is #285E92. Grayscale: #ABABAB. Windows color (decimal): -2645651 or 7184855. OLE color: 7184855.
HSL color Cylindrical-coordinate representation of color #D7A16D: hue angle of 29.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7A16D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 109 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.16 |
| HSL | 29.43º | 0.57% | 0.64% | - |
| HSV(B) | 29.43º | 0.49% | 0.84% | - |
| XYZ | 43.53 | 41.04 | 20.1 | - |
| YUV | 171.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 109 | 0 | 0.25 | 0.49 | 0.16 | 29.43 | 0.57 | 0.64 |
| Hex | D7 | A1 | 6D | 0 | 19 | 31 | 10 | 1D | 39 | 40 |
| Octal | 327 | 241 | 155 | 0 | 31 | 61 | 20 | 35 | 71 | 100 |
| Binary | 11010111 | 10100001 | 1101101 | 0 | 11001 | 110001 | 10000 | 11101 | 111001 | 1000000 |
Color Harmonies of #D7A16D
Complementary color
Monochromatic Colors of #D7A16D
Black with #D7A16D
Text Example
Text Example
White with #D7A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A16D; }
p { color: rgb(215,161,109); }
H1.HeaderClassName
{
color: #D7A16D;
}
.AnyTagClassName
{
color: #D7A16D;
}
</style>
background-color css
<style>
a { background-color: #D7A16D; }
a { background-color: rgb(215,161,109); }
div.DivClassName
{
background-color: #D7A16D;
}
.BgClassName
{
background-color: #D7A16D;
}
</style>
border-color css
<style>
span { border-color: #D7A16D; }
span { border-color: rgb(215,161,109); }
td.TdClassName
{
border-color: #D7A16D;
}
.TagClassName
{
border-color: #D7A16D;
}
</style>