Shades of Porsche #D89D5D
Tints of Porsche #D89D5D
RGB
CMYK
RGB Variations
Color information
#D89D5D (or 0xD89D5D) is known color: Porsche. HEX triplet: D8, 9D and 5D. RGB value is (216,157,93). Sum of RGB (Red+Green+Blue) = 216+157+93=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D5D is #2762A2. Grayscale: #A7A7A7. Windows color (decimal): -2581155 or 6135256. OLE color: 6135256.
HSL color Cylindrical-coordinate representation of color #D89D5D: hue angle of 31.22º degrees, saturation: 0.61, 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 #D89D5D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 93 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.15 |
| HSL | 31.22º | 0.61% | 0.61% | - |
| HSV(B) | 31.22º | 0.57% | 0.85% | - |
| XYZ | 42.35 | 39.5 | 15.75 | - |
| YUV | 167.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 93 | 0 | 0.27 | 0.57 | 0.15 | 31.22 | 0.61 | 0.61 |
| Hex | D8 | 9D | 5D | 0 | 1B | 39 | F | 1F | 3D | 3D |
| Octal | 330 | 235 | 135 | 0 | 33 | 71 | 17 | 37 | 75 | 75 |
| Binary | 11011000 | 10011101 | 1011101 | 0 | 11011 | 111001 | 1111 | 11111 | 111101 | 111101 |
Color Harmonies of #D89D5D
Complementary color
Monochromatic Colors of #D89D5D
Black with #D89D5D
Text Example
Text Example
White with #D89D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D5D; }
p { color: rgb(216,157,93); }
H1.HeaderClassName
{
color: #D89D5D;
}
.AnyTagClassName
{
color: #D89D5D;
}
</style>
background-color css
<style>
a { background-color: #D89D5D; }
a { background-color: rgb(216,157,93); }
div.DivClassName
{
background-color: #D89D5D;
}
.BgClassName
{
background-color: #D89D5D;
}
</style>
border-color css
<style>
span { border-color: #D89D5D; }
span { border-color: rgb(216,157,93); }
td.TdClassName
{
border-color: #D89D5D;
}
.TagClassName
{
border-color: #D89D5D;
}
</style>