Shades of Porsche #D69A51
Tints of Porsche #D69A51
RGB
CMYK
RGB Variations
Color information
#D69A51 (or 0xD69A51) is known color: Porsche. HEX triplet: D6, 9A and 51. RGB value is (214,154,81). Sum of RGB (Red+Green+Blue) = 214+154+81=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A51 is #2965AE. Grayscale: #A3A3A3. Windows color (decimal): -2713007 or 5348054. OLE color: 5348054.
HSL color Cylindrical-coordinate representation of color #D69A51: hue angle of 32.93º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D69A51 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 81 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.16 |
| HSL | 32.93º | 0.62% | 0.58% | - |
| HSV(B) | 32.93º | 0.62% | 0.84% | - |
| XYZ | 40.77 | 38 | 12.97 | - |
| YUV | 163.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 81 | 0 | 0.28 | 0.62 | 0.16 | 32.93 | 0.62 | 0.58 |
| Hex | D6 | 9A | 51 | 0 | 1C | 3E | 10 | 21 | 3E | 3A |
| Octal | 326 | 232 | 121 | 0 | 34 | 76 | 20 | 41 | 76 | 72 |
| Binary | 11010110 | 10011010 | 1010001 | 0 | 11100 | 111110 | 10000 | 100001 | 111110 | 111010 |
Color Harmonies of #D69A51
Complementary color
Monochromatic Colors of #D69A51
Black with #D69A51
Text Example
Text Example
White with #D69A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A51; }
p { color: rgb(214,154,81); }
H1.HeaderClassName
{
color: #D69A51;
}
.AnyTagClassName
{
color: #D69A51;
}
</style>
background-color css
<style>
a { background-color: #D69A51; }
a { background-color: rgb(214,154,81); }
div.DivClassName
{
background-color: #D69A51;
}
.BgClassName
{
background-color: #D69A51;
}
</style>
border-color css
<style>
span { border-color: #D69A51; }
span { border-color: rgb(214,154,81); }
td.TdClassName
{
border-color: #D69A51;
}
.TagClassName
{
border-color: #D69A51;
}
</style>