Shades of Porsche #D5A067
Tints of Porsche #D5A067
RGB
CMYK
RGB Variations
Color information
#D5A067 (or 0xD5A067) is known color: Porsche. HEX triplet: D5, A0 and 67. RGB value is (213,160,103). Sum of RGB (Red+Green+Blue) = 213+160+103=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A067 is #2A5F98. Grayscale: #A9A9A9. Windows color (decimal): -2776985 or 6791381. OLE color: 6791381.
HSL color Cylindrical-coordinate representation of color #D5A067: hue angle of 31.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5A067 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 103 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.16 |
| HSL | 31.09º | 0.57% | 0.62% | - |
| HSV(B) | 31.09º | 0.52% | 0.84% | - |
| XYZ | 42.46 | 40.27 | 18.37 | - |
| YUV | 169.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 103 | 0 | 0.25 | 0.52 | 0.16 | 31.09 | 0.57 | 0.62 |
| Hex | D5 | A0 | 67 | 0 | 19 | 34 | 10 | 1F | 39 | 3E |
| Octal | 325 | 240 | 147 | 0 | 31 | 64 | 20 | 37 | 71 | 76 |
| Binary | 11010101 | 10100000 | 1100111 | 0 | 11001 | 110100 | 10000 | 11111 | 111001 | 111110 |
Color Harmonies of #D5A067
Complementary color
Monochromatic Colors of #D5A067
Black with #D5A067
Text Example
Text Example
White with #D5A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A067; }
p { color: rgb(213,160,103); }
H1.HeaderClassName
{
color: #D5A067;
}
.AnyTagClassName
{
color: #D5A067;
}
</style>
background-color css
<style>
a { background-color: #D5A067; }
a { background-color: rgb(213,160,103); }
div.DivClassName
{
background-color: #D5A067;
}
.BgClassName
{
background-color: #D5A067;
}
</style>
border-color css
<style>
span { border-color: #D5A067; }
span { border-color: rgb(213,160,103); }
td.TdClassName
{
border-color: #D5A067;
}
.TagClassName
{
border-color: #D5A067;
}
</style>