Shades of Porsche #D9A15A
Tints of Porsche #D9A15A
RGB
CMYK
RGB Variations
Color information
#D9A15A (or 0xD9A15A) is known color: Porsche. HEX triplet: D9, A1 and 5A. RGB value is (217,161,90). Sum of RGB (Red+Green+Blue) = 217+161+90=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A15A is #265EA5. Grayscale: #A9A9A9. Windows color (decimal): -2514598 or 5939673. OLE color: 5939673.
HSL color Cylindrical-coordinate representation of color #D9A15A: hue angle of 33.54º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9A15A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 90 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.15 |
| HSL | 33.54º | 0.63% | 0.6% | - |
| HSV(B) | 33.54º | 0.59% | 0.85% | - |
| XYZ | 43.21 | 40.98 | 15.31 | - |
| YUV | 169.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 90 | 0 | 0.26 | 0.59 | 0.15 | 33.54 | 0.63 | 0.6 |
| Hex | D9 | A1 | 5A | 0 | 1A | 3B | F | 22 | 3F | 3C |
| Octal | 331 | 241 | 132 | 0 | 32 | 73 | 17 | 42 | 77 | 74 |
| Binary | 11011001 | 10100001 | 1011010 | 0 | 11010 | 111011 | 1111 | 100010 | 111111 | 111100 |
Color Harmonies of #D9A15A
Complementary color
Monochromatic Colors of #D9A15A
Black with #D9A15A
Text Example
Text Example
White with #D9A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A15A; }
p { color: rgb(217,161,90); }
H1.HeaderClassName
{
color: #D9A15A;
}
.AnyTagClassName
{
color: #D9A15A;
}
</style>
background-color css
<style>
a { background-color: #D9A15A; }
a { background-color: rgb(217,161,90); }
div.DivClassName
{
background-color: #D9A15A;
}
.BgClassName
{
background-color: #D9A15A;
}
</style>
border-color css
<style>
span { border-color: #D9A15A; }
span { border-color: rgb(217,161,90); }
td.TdClassName
{
border-color: #D9A15A;
}
.TagClassName
{
border-color: #D9A15A;
}
</style>