Shades of Porsche #D9A46B
Tints of Porsche #D9A46B
RGB
CMYK
RGB Variations
Color information
#D9A46B (or 0xD9A46B) is known color: Porsche. HEX triplet: D9, A4 and 6B. RGB value is (217,164,107). Sum of RGB (Red+Green+Blue) = 217+164+107=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A46B is #265B94. Grayscale: #ADADAD. Windows color (decimal): -2513813 or 7054553. OLE color: 7054553.
HSL color Cylindrical-coordinate representation of color #D9A46B: hue angle of 31.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9A46B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 107 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.15 |
| HSL | 31.09º | 0.59% | 0.64% | - |
| HSV(B) | 31.09º | 0.51% | 0.85% | - |
| XYZ | 44.54 | 42.36 | 19.74 | - |
| YUV | 173.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 107 | 0 | 0.24 | 0.51 | 0.15 | 31.09 | 0.59 | 0.64 |
| Hex | D9 | A4 | 6B | 0 | 18 | 33 | F | 1F | 3B | 40 |
| Octal | 331 | 244 | 153 | 0 | 30 | 63 | 17 | 37 | 73 | 100 |
| Binary | 11011001 | 10100100 | 1101011 | 0 | 11000 | 110011 | 1111 | 11111 | 111011 | 1000000 |
Color Harmonies of #D9A46B
Complementary color
Monochromatic Colors of #D9A46B
Black with #D9A46B
Text Example
Text Example
White with #D9A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A46B; }
p { color: rgb(217,164,107); }
H1.HeaderClassName
{
color: #D9A46B;
}
.AnyTagClassName
{
color: #D9A46B;
}
</style>
background-color css
<style>
a { background-color: #D9A46B; }
a { background-color: rgb(217,164,107); }
div.DivClassName
{
background-color: #D9A46B;
}
.BgClassName
{
background-color: #D9A46B;
}
</style>
border-color css
<style>
span { border-color: #D9A46B; }
span { border-color: rgb(217,164,107); }
td.TdClassName
{
border-color: #D9A46B;
}
.TagClassName
{
border-color: #D9A46B;
}
</style>