Shades of Porsche #D9995C
Tints of Porsche #D9995C
RGB
CMYK
RGB Variations
Color information
#D9995C (or 0xD9995C) is known color: Porsche. HEX triplet: D9, 99 and 5C. RGB value is (217,153,92). Sum of RGB (Red+Green+Blue) = 217+153+92=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995C is #2666A3. Grayscale: #A5A5A5. Windows color (decimal): -2516644 or 6068697. OLE color: 6068697.
HSL color Cylindrical-coordinate representation of color #D9995C: hue angle of 29.28º 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 #D9995C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 92 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.15 |
| HSL | 29.28º | 0.62% | 0.61% | - |
| HSV(B) | 29.28º | 0.58% | 0.85% | - |
| XYZ | 41.94 | 38.31 | 15.31 | - |
| YUV | 165.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 92 | 0 | 0.29 | 0.58 | 0.15 | 29.28 | 0.62 | 0.61 |
| Hex | D9 | 99 | 5C | 0 | 1D | 3A | F | 1D | 3E | 3D |
| Octal | 331 | 231 | 134 | 0 | 35 | 72 | 17 | 35 | 76 | 75 |
| Binary | 11011001 | 10011001 | 1011100 | 0 | 11101 | 111010 | 1111 | 11101 | 111110 | 111101 |
Color Harmonies of #D9995C
Complementary color
Monochromatic Colors of #D9995C
Black with #D9995C
Text Example
Text Example
White with #D9995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9995C; }
p { color: rgb(217,153,92); }
H1.HeaderClassName
{
color: #D9995C;
}
.AnyTagClassName
{
color: #D9995C;
}
</style>
background-color css
<style>
a { background-color: #D9995C; }
a { background-color: rgb(217,153,92); }
div.DivClassName
{
background-color: #D9995C;
}
.BgClassName
{
background-color: #D9995C;
}
</style>
border-color css
<style>
span { border-color: #D9995C; }
span { border-color: rgb(217,153,92); }
td.TdClassName
{
border-color: #D9995C;
}
.TagClassName
{
border-color: #D9995C;
}
</style>