Shades of Porsche #D9985C
Tints of Porsche #D9985C
RGB
CMYK
RGB Variations
Color information
#D9985C (or 0xD9985C) is known color: Porsche. HEX triplet: D9, 98 and 5C. RGB value is (217,152,92). Sum of RGB (Red+Green+Blue) = 217+152+92=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9985C is #2667A3. Grayscale: #A4A4A4. Windows color (decimal): -2516900 or 6068441. OLE color: 6068441.
HSL color Cylindrical-coordinate representation of color #D9985C: hue angle of 28.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9985C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 92 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.15 |
| HSL | 28.8º | 0.62% | 0.61% | - |
| HSV(B) | 28.8º | 0.58% | 0.85% | - |
| XYZ | 41.78 | 37.98 | 15.25 | - |
| YUV | 164.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 92 | 0 | 0.30 | 0.58 | 0.15 | 28.8 | 0.62 | 0.61 |
| Hex | D9 | 98 | 5C | 0 | 1E | 3A | F | 1D | 3E | 3D |
| Octal | 331 | 230 | 134 | 0 | 36 | 72 | 17 | 35 | 76 | 75 |
| Binary | 11011001 | 10011000 | 1011100 | 0 | 11110 | 111010 | 1111 | 11101 | 111110 | 111101 |
Color Harmonies of #D9985C
Complementary color
Monochromatic Colors of #D9985C
Black with #D9985C
Text Example
Text Example
White with #D9985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9985C; }
p { color: rgb(217,152,92); }
H1.HeaderClassName
{
color: #D9985C;
}
.AnyTagClassName
{
color: #D9985C;
}
</style>
background-color css
<style>
a { background-color: #D9985C; }
a { background-color: rgb(217,152,92); }
div.DivClassName
{
background-color: #D9985C;
}
.BgClassName
{
background-color: #D9985C;
}
</style>
border-color css
<style>
span { border-color: #D9985C; }
span { border-color: rgb(217,152,92); }
td.TdClassName
{
border-color: #D9985C;
}
.TagClassName
{
border-color: #D9985C;
}
</style>