Shades of Porsche #D69D5E
Tints of Porsche #D69D5E
RGB
CMYK
RGB Variations
Color information
#D69D5E (or 0xD69D5E) is known color: Porsche. HEX triplet: D6, 9D and 5E. RGB value is (214,157,94). Sum of RGB (Red+Green+Blue) = 214+157+94=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D5E is #2962A1. Grayscale: #A7A7A7. Windows color (decimal): -2712226 or 6200790. OLE color: 6200790.
HSL color Cylindrical-coordinate representation of color #D69D5E: hue angle of 31.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D69D5E is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 94 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.16 |
| HSL | 31.5º | 0.59% | 0.6% | - |
| HSV(B) | 31.5º | 0.56% | 0.84% | - |
| XYZ | 41.81 | 39.22 | 15.96 | - |
| YUV | 166.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 94 | 0 | 0.27 | 0.56 | 0.16 | 31.5 | 0.59 | 0.6 |
| Hex | D6 | 9D | 5E | 0 | 1B | 38 | 10 | 1F | 3B | 3C |
| Octal | 326 | 235 | 136 | 0 | 33 | 70 | 20 | 37 | 73 | 74 |
| Binary | 11010110 | 10011101 | 1011110 | 0 | 11011 | 111000 | 10000 | 11111 | 111011 | 111100 |
Color Harmonies of #D69D5E
Complementary color
Monochromatic Colors of #D69D5E
Black with #D69D5E
Text Example
Text Example
White with #D69D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D5E; }
p { color: rgb(214,157,94); }
H1.HeaderClassName
{
color: #D69D5E;
}
.AnyTagClassName
{
color: #D69D5E;
}
</style>
background-color css
<style>
a { background-color: #D69D5E; }
a { background-color: rgb(214,157,94); }
div.DivClassName
{
background-color: #D69D5E;
}
.BgClassName
{
background-color: #D69D5E;
}
</style>
border-color css
<style>
span { border-color: #D69D5E; }
span { border-color: rgb(214,157,94); }
td.TdClassName
{
border-color: #D69D5E;
}
.TagClassName
{
border-color: #D69D5E;
}
</style>