Shades of Porsche #D89D5C
Tints of Porsche #D89D5C
RGB
CMYK
RGB Variations
Color information
#D89D5C (or 0xD89D5C) is known color: Porsche. HEX triplet: D8, 9D and 5C. RGB value is (216,157,92). Sum of RGB (Red+Green+Blue) = 216+157+92=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D5C is #2762A3. Grayscale: #A7A7A7. Windows color (decimal): -2581156 or 6069720. OLE color: 6069720.
HSL color Cylindrical-coordinate representation of color #D89D5C: hue angle of 31.45º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D89D5C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 92 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.15 |
| HSL | 31.45º | 0.61% | 0.6% | - |
| HSV(B) | 31.45º | 0.57% | 0.85% | - |
| XYZ | 42.31 | 39.49 | 15.52 | - |
| YUV | 167.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 92 | 0 | 0.27 | 0.57 | 0.15 | 31.45 | 0.61 | 0.6 |
| Hex | D8 | 9D | 5C | 0 | 1B | 39 | F | 1F | 3D | 3C |
| Octal | 330 | 235 | 134 | 0 | 33 | 71 | 17 | 37 | 75 | 74 |
| Binary | 11011000 | 10011101 | 1011100 | 0 | 11011 | 111001 | 1111 | 11111 | 111101 | 111100 |
Color Harmonies of #D89D5C
Complementary color
Monochromatic Colors of #D89D5C
Black with #D89D5C
Text Example
Text Example
White with #D89D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D5C; }
p { color: rgb(216,157,92); }
H1.HeaderClassName
{
color: #D89D5C;
}
.AnyTagClassName
{
color: #D89D5C;
}
</style>
background-color css
<style>
a { background-color: #D89D5C; }
a { background-color: rgb(216,157,92); }
div.DivClassName
{
background-color: #D89D5C;
}
.BgClassName
{
background-color: #D89D5C;
}
</style>
border-color css
<style>
span { border-color: #D89D5C; }
span { border-color: rgb(216,157,92); }
td.TdClassName
{
border-color: #D89D5C;
}
.TagClassName
{
border-color: #D89D5C;
}
</style>