Shades of Porsche #D89C5B
Tints of Porsche #D89C5B
RGB
CMYK
RGB Variations
Color information
#D89C5B (or 0xD89C5B) is known color: Porsche. HEX triplet: D8, 9C and 5B. RGB value is (216,156,91). Sum of RGB (Red+Green+Blue) = 216+156+91=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C5B is #2763A4. Grayscale: #A6A6A6. Windows color (decimal): -2581413 or 6003928. OLE color: 6003928.
HSL color Cylindrical-coordinate representation of color #D89C5B: hue angle of 31.2º 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 #D89C5B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 91 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.15 |
| HSL | 31.2º | 0.62% | 0.6% | - |
| HSV(B) | 31.2º | 0.58% | 0.85% | - |
| XYZ | 42.1 | 39.13 | 15.23 | - |
| YUV | 166.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 91 | 0 | 0.28 | 0.58 | 0.15 | 31.2 | 0.62 | 0.6 |
| Hex | D8 | 9C | 5B | 0 | 1C | 3A | F | 1F | 3E | 3C |
| Octal | 330 | 234 | 133 | 0 | 34 | 72 | 17 | 37 | 76 | 74 |
| Binary | 11011000 | 10011100 | 1011011 | 0 | 11100 | 111010 | 1111 | 11111 | 111110 | 111100 |
Color Harmonies of #D89C5B
Complementary color
Monochromatic Colors of #D89C5B
Black with #D89C5B
Text Example
Text Example
White with #D89C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C5B; }
p { color: rgb(216,156,91); }
H1.HeaderClassName
{
color: #D89C5B;
}
.AnyTagClassName
{
color: #D89C5B;
}
</style>
background-color css
<style>
a { background-color: #D89C5B; }
a { background-color: rgb(216,156,91); }
div.DivClassName
{
background-color: #D89C5B;
}
.BgClassName
{
background-color: #D89C5B;
}
</style>
border-color css
<style>
span { border-color: #D89C5B; }
span { border-color: rgb(216,156,91); }
td.TdClassName
{
border-color: #D89C5B;
}
.TagClassName
{
border-color: #D89C5B;
}
</style>