Shades of Porsche #D9A369
Tints of Porsche #D9A369
RGB
CMYK
RGB Variations
Color information
#D9A369 (or 0xD9A369) is known color: Porsche. HEX triplet: D9, A3 and 69. RGB value is (217,163,105). Sum of RGB (Red+Green+Blue) = 217+163+105=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A369 is #265C96. Grayscale: #ACACAC. Windows color (decimal): -2514071 or 6923225. OLE color: 6923225.
HSL color Cylindrical-coordinate representation of color #D9A369: hue angle of 31.07º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9A369 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 105 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.15 |
| HSL | 31.07º | 0.6% | 0.63% | - |
| HSV(B) | 31.07º | 0.52% | 0.85% | - |
| XYZ | 44.26 | 41.97 | 19.13 | - |
| YUV | 172.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 105 | 0 | 0.25 | 0.52 | 0.15 | 31.07 | 0.6 | 0.63 |
| Hex | D9 | A3 | 69 | 0 | 19 | 34 | F | 1F | 3C | 3F |
| Octal | 331 | 243 | 151 | 0 | 31 | 64 | 17 | 37 | 74 | 77 |
| Binary | 11011001 | 10100011 | 1101001 | 0 | 11001 | 110100 | 1111 | 11111 | 111100 | 111111 |
Color Harmonies of #D9A369
Complementary color
Monochromatic Colors of #D9A369
Black with #D9A369
Text Example
Text Example
White with #D9A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A369; }
p { color: rgb(217,163,105); }
H1.HeaderClassName
{
color: #D9A369;
}
.AnyTagClassName
{
color: #D9A369;
}
</style>
background-color css
<style>
a { background-color: #D9A369; }
a { background-color: rgb(217,163,105); }
div.DivClassName
{
background-color: #D9A369;
}
.BgClassName
{
background-color: #D9A369;
}
</style>
border-color css
<style>
span { border-color: #D9A369; }
span { border-color: rgb(217,163,105); }
td.TdClassName
{
border-color: #D9A369;
}
.TagClassName
{
border-color: #D9A369;
}
</style>