Shades of Porsche #D19D60
Tints of Porsche #D19D60
RGB
CMYK
RGB Variations
Color information
#D19D60 (or 0xD19D60) is known color: Porsche. HEX triplet: D1, 9D and 60. RGB value is (209,157,96). Sum of RGB (Red+Green+Blue) = 209+157+96=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D60 is #2E629F. Grayscale: #A5A5A5. Windows color (decimal): -3039904 or 6331857. OLE color: 6331857.
HSL color Cylindrical-coordinate representation of color #D19D60: hue angle of 32.39º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D19D60 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 96 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.18 |
| HSL | 32.39º | 0.55% | 0.6% | - |
| HSV(B) | 32.39º | 0.54% | 0.82% | - |
| XYZ | 40.46 | 38.51 | 16.37 | - |
| YUV | 165.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 96 | 0 | 0.25 | 0.54 | 0.18 | 32.39 | 0.55 | 0.6 |
| Hex | D1 | 9D | 60 | 0 | 19 | 36 | 12 | 20 | 37 | 3C |
| Octal | 321 | 235 | 140 | 0 | 31 | 66 | 22 | 40 | 67 | 74 |
| Binary | 11010001 | 10011101 | 1100000 | 0 | 11001 | 110110 | 10010 | 100000 | 110111 | 111100 |
Color Harmonies of #D19D60
Complementary color
Monochromatic Colors of #D19D60
Black with #D19D60
Text Example
Text Example
White with #D19D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D60; }
p { color: rgb(209,157,96); }
H1.HeaderClassName
{
color: #D19D60;
}
.AnyTagClassName
{
color: #D19D60;
}
</style>
background-color css
<style>
a { background-color: #D19D60; }
a { background-color: rgb(209,157,96); }
div.DivClassName
{
background-color: #D19D60;
}
.BgClassName
{
background-color: #D19D60;
}
</style>
border-color css
<style>
span { border-color: #D19D60; }
span { border-color: rgb(209,157,96); }
td.TdClassName
{
border-color: #D19D60;
}
.TagClassName
{
border-color: #D19D60;
}
</style>