Shades of Porsche #D89F5C
Tints of Porsche #D89F5C
RGB
CMYK
RGB Variations
Color information
#D89F5C (or 0xD89F5C) is known color: Porsche. HEX triplet: D8, 9F and 5C. RGB value is (216,159,92). Sum of RGB (Red+Green+Blue) = 216+159+92=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F5C is #2760A3. Grayscale: #A8A8A8. Windows color (decimal): -2580644 or 6070232. OLE color: 6070232.
HSL color Cylindrical-coordinate representation of color #D89F5C: hue angle of 32.42º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D89F5C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 92 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.15 |
| HSL | 32.42º | 0.61% | 0.6% | - |
| HSV(B) | 32.42º | 0.57% | 0.85% | - |
| XYZ | 42.65 | 40.17 | 15.63 | - |
| YUV | 168.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 92 | 0 | 0.26 | 0.57 | 0.15 | 32.42 | 0.61 | 0.6 |
| Hex | D8 | 9F | 5C | 0 | 1A | 39 | F | 20 | 3D | 3C |
| Octal | 330 | 237 | 134 | 0 | 32 | 71 | 17 | 40 | 75 | 74 |
| Binary | 11011000 | 10011111 | 1011100 | 0 | 11010 | 111001 | 1111 | 100000 | 111101 | 111100 |
Color Harmonies of #D89F5C
Complementary color
Monochromatic Colors of #D89F5C
Black with #D89F5C
Text Example
Text Example
White with #D89F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F5C; }
p { color: rgb(216,159,92); }
H1.HeaderClassName
{
color: #D89F5C;
}
.AnyTagClassName
{
color: #D89F5C;
}
</style>
background-color css
<style>
a { background-color: #D89F5C; }
a { background-color: rgb(216,159,92); }
div.DivClassName
{
background-color: #D89F5C;
}
.BgClassName
{
background-color: #D89F5C;
}
</style>
border-color css
<style>
span { border-color: #D89F5C; }
span { border-color: rgb(216,159,92); }
td.TdClassName
{
border-color: #D89F5C;
}
.TagClassName
{
border-color: #D89F5C;
}
</style>