Shades of Porsche #D8995B
Tints of Porsche #D8995B
RGB
CMYK
RGB Variations
Color information
#D8995B (or 0xD8995B) is known color: Porsche. HEX triplet: D8, 99 and 5B. RGB value is (216,153,91). Sum of RGB (Red+Green+Blue) = 216+153+91=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8995B is #2766A4. Grayscale: #A5A5A5. Windows color (decimal): -2582181 or 6003160. OLE color: 6003160.
HSL color Cylindrical-coordinate representation of color #D8995B: hue angle of 29.76º 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 #D8995B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 91 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.15 |
| HSL | 29.76º | 0.62% | 0.6% | - |
| HSV(B) | 29.76º | 0.58% | 0.85% | - |
| XYZ | 41.6 | 38.14 | 15.07 | - |
| YUV | 164.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 91 | 0 | 0.29 | 0.58 | 0.15 | 29.76 | 0.62 | 0.6 |
| Hex | D8 | 99 | 5B | 0 | 1D | 3A | F | 1E | 3E | 3C |
| Octal | 330 | 231 | 133 | 0 | 35 | 72 | 17 | 36 | 76 | 74 |
| Binary | 11011000 | 10011001 | 1011011 | 0 | 11101 | 111010 | 1111 | 11110 | 111110 | 111100 |
Color Harmonies of #D8995B
Complementary color
Monochromatic Colors of #D8995B
Black with #D8995B
Text Example
Text Example
White with #D8995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8995B; }
p { color: rgb(216,153,91); }
H1.HeaderClassName
{
color: #D8995B;
}
.AnyTagClassName
{
color: #D8995B;
}
</style>
background-color css
<style>
a { background-color: #D8995B; }
a { background-color: rgb(216,153,91); }
div.DivClassName
{
background-color: #D8995B;
}
.BgClassName
{
background-color: #D8995B;
}
</style>
border-color css
<style>
span { border-color: #D8995B; }
span { border-color: rgb(216,153,91); }
td.TdClassName
{
border-color: #D8995B;
}
.TagClassName
{
border-color: #D8995B;
}
</style>