Shades of Porsche #D89C5A
Tints of Porsche #D89C5A
RGB
CMYK
RGB Variations
Color information
#D89C5A (or 0xD89C5A) is known color: Porsche. HEX triplet: D8, 9C and 5A. RGB value is (216,156,90). Sum of RGB (Red+Green+Blue) = 216+156+90=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C5A is #2763A5. Grayscale: #A6A6A6. Windows color (decimal): -2581414 or 5938392. OLE color: 5938392.
HSL color Cylindrical-coordinate representation of color #D89C5A: hue angle of 31.43º 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 #D89C5A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 90 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.15 |
| HSL | 31.43º | 0.62% | 0.6% | - |
| HSV(B) | 31.43º | 0.58% | 0.85% | - |
| XYZ | 42.05 | 39.11 | 15.01 | - |
| YUV | 166.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 90 | 0 | 0.28 | 0.58 | 0.15 | 31.43 | 0.62 | 0.6 |
| Hex | D8 | 9C | 5A | 0 | 1C | 3A | F | 1F | 3E | 3C |
| Octal | 330 | 234 | 132 | 0 | 34 | 72 | 17 | 37 | 76 | 74 |
| Binary | 11011000 | 10011100 | 1011010 | 0 | 11100 | 111010 | 1111 | 11111 | 111110 | 111100 |
Color Harmonies of #D89C5A
Complementary color
Monochromatic Colors of #D89C5A
Black with #D89C5A
Text Example
Text Example
White with #D89C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C5A; }
p { color: rgb(216,156,90); }
H1.HeaderClassName
{
color: #D89C5A;
}
.AnyTagClassName
{
color: #D89C5A;
}
</style>
background-color css
<style>
a { background-color: #D89C5A; }
a { background-color: rgb(216,156,90); }
div.DivClassName
{
background-color: #D89C5A;
}
.BgClassName
{
background-color: #D89C5A;
}
</style>
border-color css
<style>
span { border-color: #D89C5A; }
span { border-color: rgb(216,156,90); }
td.TdClassName
{
border-color: #D89C5A;
}
.TagClassName
{
border-color: #D89C5A;
}
</style>