Shades of Porsche #D89B4F
Tints of Porsche #D89B4F
RGB
CMYK
RGB Variations
Color information
#D89B4F (or 0xD89B4F) is known color: Porsche. HEX triplet: D8, 9B and 4F. RGB value is (216,155,79). Sum of RGB (Red+Green+Blue) = 216+155+79=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B4F is #2764B0. Grayscale: #A4A4A4. Windows color (decimal): -2581681 or 5217240. OLE color: 5217240.
HSL color Cylindrical-coordinate representation of color #D89B4F: hue angle of 33.28º 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 #D89B4F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 79 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.15 |
| HSL | 33.28º | 0.64% | 0.58% | - |
| HSV(B) | 33.28º | 0.63% | 0.85% | - |
| XYZ | 41.45 | 38.61 | 12.66 | - |
| YUV | 164.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 79 | 0 | 0.28 | 0.63 | 0.15 | 33.28 | 0.64 | 0.58 |
| Hex | D8 | 9B | 4F | 0 | 1C | 3F | F | 21 | 40 | 3A |
| Octal | 330 | 233 | 117 | 0 | 34 | 77 | 17 | 41 | 100 | 72 |
| Binary | 11011000 | 10011011 | 1001111 | 0 | 11100 | 111111 | 1111 | 100001 | 1000000 | 111010 |
Color Harmonies of #D89B4F
Complementary color
Monochromatic Colors of #D89B4F
Black with #D89B4F
Text Example
Text Example
White with #D89B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B4F; }
p { color: rgb(216,155,79); }
H1.HeaderClassName
{
color: #D89B4F;
}
.AnyTagClassName
{
color: #D89B4F;
}
</style>
background-color css
<style>
a { background-color: #D89B4F; }
a { background-color: rgb(216,155,79); }
div.DivClassName
{
background-color: #D89B4F;
}
.BgClassName
{
background-color: #D89B4F;
}
</style>
border-color css
<style>
span { border-color: #D89B4F; }
span { border-color: rgb(216,155,79); }
td.TdClassName
{
border-color: #D89B4F;
}
.TagClassName
{
border-color: #D89B4F;
}
</style>