Shades of Porsche #D9A16C
Tints of Porsche #D9A16C
RGB
CMYK
RGB Variations
Color information
#D9A16C (or 0xD9A16C) is known color: Porsche. HEX triplet: D9, A1 and 6C. RGB value is (217,161,108). Sum of RGB (Red+Green+Blue) = 217+161+108=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A16C is #265E93. Grayscale: #ABABAB. Windows color (decimal): -2514580 or 7119321. OLE color: 7119321.
HSL color Cylindrical-coordinate representation of color #D9A16C: hue angle of 29.17º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9A16C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 108 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.15 |
| HSL | 29.17º | 0.59% | 0.64% | - |
| HSV(B) | 29.17º | 0.5% | 0.85% | - |
| XYZ | 44.07 | 41.32 | 19.84 | - |
| YUV | 171.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 108 | 0 | 0.26 | 0.50 | 0.15 | 29.17 | 0.59 | 0.64 |
| Hex | D9 | A1 | 6C | 0 | 1A | 32 | F | 1D | 3B | 40 |
| Octal | 331 | 241 | 154 | 0 | 32 | 62 | 17 | 35 | 73 | 100 |
| Binary | 11011001 | 10100001 | 1101100 | 0 | 11010 | 110010 | 1111 | 11101 | 111011 | 1000000 |
Color Harmonies of #D9A16C
Complementary color
Monochromatic Colors of #D9A16C
Black with #D9A16C
Text Example
Text Example
White with #D9A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A16C; }
p { color: rgb(217,161,108); }
H1.HeaderClassName
{
color: #D9A16C;
}
.AnyTagClassName
{
color: #D9A16C;
}
</style>
background-color css
<style>
a { background-color: #D9A16C; }
a { background-color: rgb(217,161,108); }
div.DivClassName
{
background-color: #D9A16C;
}
.BgClassName
{
background-color: #D9A16C;
}
</style>
border-color css
<style>
span { border-color: #D9A16C; }
span { border-color: rgb(217,161,108); }
td.TdClassName
{
border-color: #D9A16C;
}
.TagClassName
{
border-color: #D9A16C;
}
</style>