Shades of Porsche #D69F5D
Tints of Porsche #D69F5D
RGB
CMYK
RGB Variations
Color information
#D69F5D (or 0xD69F5D) is known color: Porsche. HEX triplet: D6, 9F and 5D. RGB value is (214,159,93). Sum of RGB (Red+Green+Blue) = 214+159+93=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F5D is #2960A2. Grayscale: #A8A8A8. Windows color (decimal): -2711715 or 6135766. OLE color: 6135766.
HSL color Cylindrical-coordinate representation of color #D69F5D: hue angle of 32.73º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D69F5D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 93 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.16 |
| HSL | 32.73º | 0.6% | 0.6% | - |
| HSV(B) | 32.73º | 0.57% | 0.84% | - |
| XYZ | 42.11 | 39.88 | 15.83 | - |
| YUV | 167.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 93 | 0 | 0.26 | 0.57 | 0.16 | 32.73 | 0.6 | 0.6 |
| Hex | D6 | 9F | 5D | 0 | 1A | 39 | 10 | 21 | 3C | 3C |
| Octal | 326 | 237 | 135 | 0 | 32 | 71 | 20 | 41 | 74 | 74 |
| Binary | 11010110 | 10011111 | 1011101 | 0 | 11010 | 111001 | 10000 | 100001 | 111100 | 111100 |
Color Harmonies of #D69F5D
Complementary color
Monochromatic Colors of #D69F5D
Black with #D69F5D
Text Example
Text Example
White with #D69F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F5D; }
p { color: rgb(214,159,93); }
H1.HeaderClassName
{
color: #D69F5D;
}
.AnyTagClassName
{
color: #D69F5D;
}
</style>
background-color css
<style>
a { background-color: #D69F5D; }
a { background-color: rgb(214,159,93); }
div.DivClassName
{
background-color: #D69F5D;
}
.BgClassName
{
background-color: #D69F5D;
}
</style>
border-color css
<style>
span { border-color: #D69F5D; }
span { border-color: rgb(214,159,93); }
td.TdClassName
{
border-color: #D69F5D;
}
.TagClassName
{
border-color: #D69F5D;
}
</style>