Shades of Porsche #D99C5B
Tints of Porsche #D99C5B
RGB
CMYK
RGB Variations
Color information
#D99C5B (or 0xD99C5B) is known color: Porsche. HEX triplet: D9, 9C and 5B. RGB value is (217,156,91). Sum of RGB (Red+Green+Blue) = 217+156+91=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C5B is #2663A4. Grayscale: #A7A7A7. Windows color (decimal): -2515877 or 6003929. OLE color: 6003929.
HSL color Cylindrical-coordinate representation of color #D99C5B: hue angle of 30.95º 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 #D99C5B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 91 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.15 |
| HSL | 30.95º | 0.62% | 0.6% | - |
| HSV(B) | 30.95º | 0.58% | 0.85% | - |
| XYZ | 42.39 | 39.28 | 15.25 | - |
| YUV | 166.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 91 | 0 | 0.28 | 0.58 | 0.15 | 30.95 | 0.62 | 0.6 |
| Hex | D9 | 9C | 5B | 0 | 1C | 3A | F | 1F | 3E | 3C |
| Octal | 331 | 234 | 133 | 0 | 34 | 72 | 17 | 37 | 76 | 74 |
| Binary | 11011001 | 10011100 | 1011011 | 0 | 11100 | 111010 | 1111 | 11111 | 111110 | 111100 |
Color Harmonies of #D99C5B
Complementary color
Monochromatic Colors of #D99C5B
Black with #D99C5B
Text Example
Text Example
White with #D99C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C5B; }
p { color: rgb(217,156,91); }
H1.HeaderClassName
{
color: #D99C5B;
}
.AnyTagClassName
{
color: #D99C5B;
}
</style>
background-color css
<style>
a { background-color: #D99C5B; }
a { background-color: rgb(217,156,91); }
div.DivClassName
{
background-color: #D99C5B;
}
.BgClassName
{
background-color: #D99C5B;
}
</style>
border-color css
<style>
span { border-color: #D99C5B; }
span { border-color: rgb(217,156,91); }
td.TdClassName
{
border-color: #D99C5B;
}
.TagClassName
{
border-color: #D99C5B;
}
</style>