Shades of Porsche #D89B5E
Tints of Porsche #D89B5E
RGB
CMYK
RGB Variations
Color information
#D89B5E (or 0xD89B5E) is known color: Porsche. HEX triplet: D8, 9B and 5E. RGB value is (216,155,94). Sum of RGB (Red+Green+Blue) = 216+155+94=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B5E is #2764A1. Grayscale: #A6A6A6. Windows color (decimal): -2581666 or 6200280. OLE color: 6200280.
HSL color Cylindrical-coordinate representation of color #D89B5E: hue angle of 30º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D89B5E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 94 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.15 |
| HSL | 30º | 0.61% | 0.61% | - |
| HSV(B) | 30º | 0.56% | 0.85% | - |
| XYZ | 42.06 | 38.85 | 15.87 | - |
| YUV | 166.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 94 | 0 | 0.28 | 0.56 | 0.15 | 30 | 0.61 | 0.61 |
| Hex | D8 | 9B | 5E | 0 | 1C | 38 | F | 1E | 3D | 3D |
| Octal | 330 | 233 | 136 | 0 | 34 | 70 | 17 | 36 | 75 | 75 |
| Binary | 11011000 | 10011011 | 1011110 | 0 | 11100 | 111000 | 1111 | 11110 | 111101 | 111101 |
Color Harmonies of #D89B5E
Complementary color
Monochromatic Colors of #D89B5E
Black with #D89B5E
Text Example
Text Example
White with #D89B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B5E; }
p { color: rgb(216,155,94); }
H1.HeaderClassName
{
color: #D89B5E;
}
.AnyTagClassName
{
color: #D89B5E;
}
</style>
background-color css
<style>
a { background-color: #D89B5E; }
a { background-color: rgb(216,155,94); }
div.DivClassName
{
background-color: #D89B5E;
}
.BgClassName
{
background-color: #D89B5E;
}
</style>
border-color css
<style>
span { border-color: #D89B5E; }
span { border-color: rgb(216,155,94); }
td.TdClassName
{
border-color: #D89B5E;
}
.TagClassName
{
border-color: #D89B5E;
}
</style>