Shades of Porsche #D9985D
Tints of Porsche #D9985D
RGB
CMYK
RGB Variations
Color information
#D9985D (or 0xD9985D) is known color: Porsche. HEX triplet: D9, 98 and 5D. RGB value is (217,152,93). Sum of RGB (Red+Green+Blue) = 217+152+93=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9985D is #2667A2. Grayscale: #A5A5A5. Windows color (decimal): -2516899 or 6133977. OLE color: 6133977.
HSL color Cylindrical-coordinate representation of color #D9985D: hue angle of 28.55º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9985D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 93 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.15 |
| HSL | 28.55º | 0.62% | 0.61% | - |
| HSV(B) | 28.55º | 0.57% | 0.85% | - |
| XYZ | 41.82 | 38 | 15.49 | - |
| YUV | 164.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 93 | 0 | 0.30 | 0.57 | 0.15 | 28.55 | 0.62 | 0.61 |
| Hex | D9 | 98 | 5D | 0 | 1E | 39 | F | 1D | 3E | 3D |
| Octal | 331 | 230 | 135 | 0 | 36 | 71 | 17 | 35 | 76 | 75 |
| Binary | 11011001 | 10011000 | 1011101 | 0 | 11110 | 111001 | 1111 | 11101 | 111110 | 111101 |
Color Harmonies of #D9985D
Complementary color
Monochromatic Colors of #D9985D
Black with #D9985D
Text Example
Text Example
White with #D9985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9985D; }
p { color: rgb(217,152,93); }
H1.HeaderClassName
{
color: #D9985D;
}
.AnyTagClassName
{
color: #D9985D;
}
</style>
background-color css
<style>
a { background-color: #D9985D; }
a { background-color: rgb(217,152,93); }
div.DivClassName
{
background-color: #D9985D;
}
.BgClassName
{
background-color: #D9985D;
}
</style>
border-color css
<style>
span { border-color: #D9985D; }
span { border-color: rgb(217,152,93); }
td.TdClassName
{
border-color: #D9985D;
}
.TagClassName
{
border-color: #D9985D;
}
</style>