Shades of Porsche #D99D5E
Tints of Porsche #D99D5E
RGB
CMYK
RGB Variations
Color information
#D99D5E (or 0xD99D5E) is known color: Porsche. HEX triplet: D9, 9D and 5E. RGB value is (217,157,94). Sum of RGB (Red+Green+Blue) = 217+157+94=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5E is #2662A1. Grayscale: #A8A8A8. Windows color (decimal): -2515618 or 6200793. OLE color: 6200793.
HSL color Cylindrical-coordinate representation of color #D99D5E: hue angle of 30.73º 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 #D99D5E is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 94 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.15 |
| HSL | 30.73º | 0.62% | 0.61% | - |
| HSV(B) | 30.73º | 0.57% | 0.85% | - |
| XYZ | 42.69 | 39.67 | 16 | - |
| YUV | 167.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 94 | 0 | 0.28 | 0.57 | 0.15 | 30.73 | 0.62 | 0.61 |
| Hex | D9 | 9D | 5E | 0 | 1C | 39 | F | 1F | 3E | 3D |
| Octal | 331 | 235 | 136 | 0 | 34 | 71 | 17 | 37 | 76 | 75 |
| Binary | 11011001 | 10011101 | 1011110 | 0 | 11100 | 111001 | 1111 | 11111 | 111110 | 111101 |
Color Harmonies of #D99D5E
Complementary color
Monochromatic Colors of #D99D5E
Black with #D99D5E
Text Example
Text Example
White with #D99D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D5E; }
p { color: rgb(217,157,94); }
H1.HeaderClassName
{
color: #D99D5E;
}
.AnyTagClassName
{
color: #D99D5E;
}
</style>
background-color css
<style>
a { background-color: #D99D5E; }
a { background-color: rgb(217,157,94); }
div.DivClassName
{
background-color: #D99D5E;
}
.BgClassName
{
background-color: #D99D5E;
}
</style>
border-color css
<style>
span { border-color: #D99D5E; }
span { border-color: rgb(217,157,94); }
td.TdClassName
{
border-color: #D99D5E;
}
.TagClassName
{
border-color: #D99D5E;
}
</style>