Shades of Porsche #D9995B
Tints of Porsche #D9995B
RGB
CMYK
RGB Variations
Color information
#D9995B (or 0xD9995B) is known color: Porsche. HEX triplet: D9, 99 and 5B. RGB value is (217,153,91). Sum of RGB (Red+Green+Blue) = 217+153+91=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9995B is #2666A4. Grayscale: #A5A5A5. Windows color (decimal): -2516645 or 6003161. OLE color: 6003161.
HSL color Cylindrical-coordinate representation of color #D9995B: hue angle of 29.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9995B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 91 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.15 |
| HSL | 29.52º | 0.62% | 0.6% | - |
| HSV(B) | 29.52º | 0.58% | 0.85% | - |
| XYZ | 41.89 | 38.29 | 15.08 | - |
| YUV | 165.07 | 86.2 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 91 | 0 | 0.29 | 0.58 | 0.15 | 29.52 | 0.62 | 0.6 |
| Hex | D9 | 99 | 5B | 0 | 1D | 3A | F | 1E | 3E | 3C |
| Octal | 331 | 231 | 133 | 0 | 35 | 72 | 17 | 36 | 76 | 74 |
| Binary | 11011001 | 10011001 | 1011011 | 0 | 11101 | 111010 | 1111 | 11110 | 111110 | 111100 |
Color Harmonies of #D9995B
Complementary color
Monochromatic Colors of #D9995B
Black with #D9995B
Text Example
Text Example
White with #D9995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9995B; }
p { color: rgb(217,153,91); }
H1.HeaderClassName
{
color: #D9995B;
}
.AnyTagClassName
{
color: #D9995B;
}
</style>
background-color css
<style>
a { background-color: #D9995B; }
a { background-color: rgb(217,153,91); }
div.DivClassName
{
background-color: #D9995B;
}
.BgClassName
{
background-color: #D9995B;
}
</style>
border-color css
<style>
span { border-color: #D9995B; }
span { border-color: rgb(217,153,91); }
td.TdClassName
{
border-color: #D9995B;
}
.TagClassName
{
border-color: #D9995B;
}
</style>