Shades of Porsche #D89C4F
Tints of Porsche #D89C4F
RGB
CMYK
RGB Variations
Color information
#D89C4F (or 0xD89C4F) is known color: Porsche. HEX triplet: D8, 9C and 4F. RGB value is (216,156,79). Sum of RGB (Red+Green+Blue) = 216+156+79=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C4F is #2763B0. Grayscale: #A5A5A5. Windows color (decimal): -2581425 or 5217496. OLE color: 5217496.
HSL color Cylindrical-coordinate representation of color #D89C4F: hue angle of 33.72º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D89C4F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 79 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.15 |
| HSL | 33.72º | 0.64% | 0.58% | - |
| HSV(B) | 33.72º | 0.63% | 0.85% | - |
| XYZ | 41.62 | 38.94 | 12.72 | - |
| YUV | 165.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 79 | 0 | 0.28 | 0.63 | 0.15 | 33.72 | 0.64 | 0.58 |
| Hex | D8 | 9C | 4F | 0 | 1C | 3F | F | 22 | 40 | 3A |
| Octal | 330 | 234 | 117 | 0 | 34 | 77 | 17 | 42 | 100 | 72 |
| Binary | 11011000 | 10011100 | 1001111 | 0 | 11100 | 111111 | 1111 | 100010 | 1000000 | 111010 |
Color Harmonies of #D89C4F
Complementary color
Monochromatic Colors of #D89C4F
Black with #D89C4F
Text Example
Text Example
White with #D89C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C4F; }
p { color: rgb(216,156,79); }
H1.HeaderClassName
{
color: #D89C4F;
}
.AnyTagClassName
{
color: #D89C4F;
}
</style>
background-color css
<style>
a { background-color: #D89C4F; }
a { background-color: rgb(216,156,79); }
div.DivClassName
{
background-color: #D89C4F;
}
.BgClassName
{
background-color: #D89C4F;
}
</style>
border-color css
<style>
span { border-color: #D89C4F; }
span { border-color: rgb(216,156,79); }
td.TdClassName
{
border-color: #D89C4F;
}
.TagClassName
{
border-color: #D89C4F;
}
</style>