Shades of Porsche #D89C5D
Tints of Porsche #D89C5D
RGB
CMYK
RGB Variations
Color information
#D89C5D (or 0xD89C5D) is known color: Porsche. HEX triplet: D8, 9C and 5D. RGB value is (216,156,93). Sum of RGB (Red+Green+Blue) = 216+156+93=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C5D is #2763A2. Grayscale: #A7A7A7. Windows color (decimal): -2581411 or 6135000. OLE color: 6135000.
HSL color Cylindrical-coordinate representation of color #D89C5D: hue angle of 30.73º 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 #D89C5D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 93 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.15 |
| HSL | 30.73º | 0.61% | 0.61% | - |
| HSV(B) | 30.73º | 0.57% | 0.85% | - |
| XYZ | 42.18 | 39.17 | 15.69 | - |
| YUV | 166.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 93 | 0 | 0.28 | 0.57 | 0.15 | 30.73 | 0.61 | 0.61 |
| Hex | D8 | 9C | 5D | 0 | 1C | 39 | F | 1F | 3D | 3D |
| Octal | 330 | 234 | 135 | 0 | 34 | 71 | 17 | 37 | 75 | 75 |
| Binary | 11011000 | 10011100 | 1011101 | 0 | 11100 | 111001 | 1111 | 11111 | 111101 | 111101 |
Color Harmonies of #D89C5D
Complementary color
Monochromatic Colors of #D89C5D
Black with #D89C5D
Text Example
Text Example
White with #D89C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C5D; }
p { color: rgb(216,156,93); }
H1.HeaderClassName
{
color: #D89C5D;
}
.AnyTagClassName
{
color: #D89C5D;
}
</style>
background-color css
<style>
a { background-color: #D89C5D; }
a { background-color: rgb(216,156,93); }
div.DivClassName
{
background-color: #D89C5D;
}
.BgClassName
{
background-color: #D89C5D;
}
</style>
border-color css
<style>
span { border-color: #D89C5D; }
span { border-color: rgb(216,156,93); }
td.TdClassName
{
border-color: #D89C5D;
}
.TagClassName
{
border-color: #D89C5D;
}
</style>