Shades of Porsche #D5A165
Tints of Porsche #D5A165
RGB
CMYK
RGB Variations
Color information
#D5A165 (or 0xD5A165) is known color: Porsche. HEX triplet: D5, A1 and 65. RGB value is (213,161,101). Sum of RGB (Red+Green+Blue) = 213+161+101=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A165 is #2A5E9A. Grayscale: #AAAAAA. Windows color (decimal): -2776731 or 6660565. OLE color: 6660565.
HSL color Cylindrical-coordinate representation of color #D5A165: hue angle of 32.14º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5A165 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 101 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.16 |
| HSL | 32.14º | 0.57% | 0.62% | - |
| HSV(B) | 32.14º | 0.53% | 0.84% | - |
| XYZ | 42.53 | 40.58 | 17.9 | - |
| YUV | 169.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 101 | 0 | 0.24 | 0.53 | 0.16 | 32.14 | 0.57 | 0.62 |
| Hex | D5 | A1 | 65 | 0 | 18 | 35 | 10 | 20 | 39 | 3E |
| Octal | 325 | 241 | 145 | 0 | 30 | 65 | 20 | 40 | 71 | 76 |
| Binary | 11010101 | 10100001 | 1100101 | 0 | 11000 | 110101 | 10000 | 100000 | 111001 | 111110 |
Color Harmonies of #D5A165
Complementary color
Monochromatic Colors of #D5A165
Black with #D5A165
Text Example
Text Example
White with #D5A165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A165; }
p { color: rgb(213,161,101); }
H1.HeaderClassName
{
color: #D5A165;
}
.AnyTagClassName
{
color: #D5A165;
}
</style>
background-color css
<style>
a { background-color: #D5A165; }
a { background-color: rgb(213,161,101); }
div.DivClassName
{
background-color: #D5A165;
}
.BgClassName
{
background-color: #D5A165;
}
</style>
border-color css
<style>
span { border-color: #D5A165; }
span { border-color: rgb(213,161,101); }
td.TdClassName
{
border-color: #D5A165;
}
.TagClassName
{
border-color: #D5A165;
}
</style>