Shades of Porsche #D9A25A
Tints of Porsche #D9A25A
RGB
CMYK
RGB Variations
Color information
#D9A25A (or 0xD9A25A) is known color: Porsche. HEX triplet: D9, A2 and 5A. RGB value is (217,162,90). Sum of RGB (Red+Green+Blue) = 217+162+90=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A25A is #265DA5. Grayscale: #AAAAAA. Windows color (decimal): -2514342 or 5939929. OLE color: 5939929.
HSL color Cylindrical-coordinate representation of color #D9A25A: hue angle of 34.02º 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 #D9A25A is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 90 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.15 |
| HSL | 34.02º | 0.63% | 0.6% | - |
| HSV(B) | 34.02º | 0.59% | 0.85% | - |
| XYZ | 43.38 | 41.33 | 15.36 | - |
| YUV | 170.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 90 | 0 | 0.25 | 0.59 | 0.15 | 34.02 | 0.63 | 0.6 |
| Hex | D9 | A2 | 5A | 0 | 19 | 3B | F | 22 | 3F | 3C |
| Octal | 331 | 242 | 132 | 0 | 31 | 73 | 17 | 42 | 77 | 74 |
| Binary | 11011001 | 10100010 | 1011010 | 0 | 11001 | 111011 | 1111 | 100010 | 111111 | 111100 |
Color Harmonies of #D9A25A
Complementary color
Monochromatic Colors of #D9A25A
Black with #D9A25A
Text Example
Text Example
White with #D9A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A25A; }
p { color: rgb(217,162,90); }
H1.HeaderClassName
{
color: #D9A25A;
}
.AnyTagClassName
{
color: #D9A25A;
}
</style>
background-color css
<style>
a { background-color: #D9A25A; }
a { background-color: rgb(217,162,90); }
div.DivClassName
{
background-color: #D9A25A;
}
.BgClassName
{
background-color: #D9A25A;
}
</style>
border-color css
<style>
span { border-color: #D9A25A; }
span { border-color: rgb(217,162,90); }
td.TdClassName
{
border-color: #D9A25A;
}
.TagClassName
{
border-color: #D9A25A;
}
</style>