Shades of Porsche #D5A063
Tints of Porsche #D5A063
RGB
CMYK
RGB Variations
Color information
#D5A063 (or 0xD5A063) is known color: Porsche. HEX triplet: D5, A0 and 63. RGB value is (213,160,99). Sum of RGB (Red+Green+Blue) = 213+160+99=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A063 is #2A5F9C. Grayscale: #A9A9A9. Windows color (decimal): -2776989 or 6529237. OLE color: 6529237.
HSL color Cylindrical-coordinate representation of color #D5A063: hue angle of 32.11º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A063 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 99 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.16 |
| HSL | 32.11º | 0.58% | 0.61% | - |
| HSV(B) | 32.11º | 0.54% | 0.84% | - |
| XYZ | 42.26 | 40.19 | 17.33 | - |
| YUV | 168.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 99 | 0 | 0.25 | 0.54 | 0.16 | 32.11 | 0.58 | 0.61 |
| Hex | D5 | A0 | 63 | 0 | 19 | 36 | 10 | 20 | 3A | 3D |
| Octal | 325 | 240 | 143 | 0 | 31 | 66 | 20 | 40 | 72 | 75 |
| Binary | 11010101 | 10100000 | 1100011 | 0 | 11001 | 110110 | 10000 | 100000 | 111010 | 111101 |
Color Harmonies of #D5A063
Complementary color
Monochromatic Colors of #D5A063
Black with #D5A063
Text Example
Text Example
White with #D5A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A063; }
p { color: rgb(213,160,99); }
H1.HeaderClassName
{
color: #D5A063;
}
.AnyTagClassName
{
color: #D5A063;
}
</style>
background-color css
<style>
a { background-color: #D5A063; }
a { background-color: rgb(213,160,99); }
div.DivClassName
{
background-color: #D5A063;
}
.BgClassName
{
background-color: #D5A063;
}
</style>
border-color css
<style>
span { border-color: #D5A063; }
span { border-color: rgb(213,160,99); }
td.TdClassName
{
border-color: #D5A063;
}
.TagClassName
{
border-color: #D5A063;
}
</style>