Shades of Porsche #D9A467
Tints of Porsche #D9A467
RGB
CMYK
RGB Variations
Color information
#D9A467 (or 0xD9A467) is known color: Porsche. HEX triplet: D9, A4 and 67. RGB value is (217,164,103). Sum of RGB (Red+Green+Blue) = 217+164+103=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A467 is #265B98. Grayscale: #ADADAD. Windows color (decimal): -2513817 or 6792409. OLE color: 6792409.
HSL color Cylindrical-coordinate representation of color #D9A467: hue angle of 32.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9A467 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 103 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.15 |
| HSL | 32.11º | 0.6% | 0.63% | - |
| HSV(B) | 32.11º | 0.53% | 0.85% | - |
| XYZ | 44.34 | 42.28 | 18.66 | - |
| YUV | 172.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 103 | 0 | 0.24 | 0.53 | 0.15 | 32.11 | 0.6 | 0.63 |
| Hex | D9 | A4 | 67 | 0 | 18 | 35 | F | 20 | 3C | 3F |
| Octal | 331 | 244 | 147 | 0 | 30 | 65 | 17 | 40 | 74 | 77 |
| Binary | 11011001 | 10100100 | 1100111 | 0 | 11000 | 110101 | 1111 | 100000 | 111100 | 111111 |
Color Harmonies of #D9A467
Complementary color
Monochromatic Colors of #D9A467
Black with #D9A467
Text Example
Text Example
White with #D9A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A467; }
p { color: rgb(217,164,103); }
H1.HeaderClassName
{
color: #D9A467;
}
.AnyTagClassName
{
color: #D9A467;
}
</style>
background-color css
<style>
a { background-color: #D9A467; }
a { background-color: rgb(217,164,103); }
div.DivClassName
{
background-color: #D9A467;
}
.BgClassName
{
background-color: #D9A467;
}
</style>
border-color css
<style>
span { border-color: #D9A467; }
span { border-color: rgb(217,164,103); }
td.TdClassName
{
border-color: #D9A467;
}
.TagClassName
{
border-color: #D9A467;
}
</style>