Shades of Porsche #D69C56
Tints of Porsche #D69C56
RGB
CMYK
RGB Variations
Color information
#D69C56 (or 0xD69C56) is known color: Porsche. HEX triplet: D6, 9C and 56. RGB value is (214,156,86). Sum of RGB (Red+Green+Blue) = 214+156+86=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C56 is #2963A9. Grayscale: #A5A5A5. Windows color (decimal): -2712490 or 5676246. OLE color: 5676246.
HSL color Cylindrical-coordinate representation of color #D69C56: hue angle of 32.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D69C56 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 86 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.16 |
| HSL | 32.81º | 0.61% | 0.59% | - |
| HSV(B) | 32.81º | 0.6% | 0.84% | - |
| XYZ | 41.3 | 38.74 | 14.11 | - |
| YUV | 165.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 86 | 0 | 0.27 | 0.60 | 0.16 | 32.81 | 0.61 | 0.59 |
| Hex | D6 | 9C | 56 | 0 | 1B | 3C | 10 | 21 | 3D | 3B |
| Octal | 326 | 234 | 126 | 0 | 33 | 74 | 20 | 41 | 75 | 73 |
| Binary | 11010110 | 10011100 | 1010110 | 0 | 11011 | 111100 | 10000 | 100001 | 111101 | 111011 |
Color Harmonies of #D69C56
Complementary color
Monochromatic Colors of #D69C56
Black with #D69C56
Text Example
Text Example
White with #D69C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C56; }
p { color: rgb(214,156,86); }
H1.HeaderClassName
{
color: #D69C56;
}
.AnyTagClassName
{
color: #D69C56;
}
</style>
background-color css
<style>
a { background-color: #D69C56; }
a { background-color: rgb(214,156,86); }
div.DivClassName
{
background-color: #D69C56;
}
.BgClassName
{
background-color: #D69C56;
}
</style>
border-color css
<style>
span { border-color: #D69C56; }
span { border-color: rgb(214,156,86); }
td.TdClassName
{
border-color: #D69C56;
}
.TagClassName
{
border-color: #D69C56;
}
</style>