Shades of Porsche #D69C51
Tints of Porsche #D69C51
RGB
CMYK
RGB Variations
Color information
#D69C51 (or 0xD69C51) is known color: Porsche. HEX triplet: D6, 9C and 51. RGB value is (214,156,81). Sum of RGB (Red+Green+Blue) = 214+156+81=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C51 is #2963AE. Grayscale: #A5A5A5. Windows color (decimal): -2712495 or 5348566. OLE color: 5348566.
HSL color Cylindrical-coordinate representation of color #D69C51: hue angle of 33.83º 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 #D69C51 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 81 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.16 |
| HSL | 33.83º | 0.62% | 0.58% | - |
| HSV(B) | 33.83º | 0.62% | 0.84% | - |
| XYZ | 41.11 | 38.67 | 13.08 | - |
| YUV | 164.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 81 | 0 | 0.27 | 0.62 | 0.16 | 33.83 | 0.62 | 0.58 |
| Hex | D6 | 9C | 51 | 0 | 1B | 3E | 10 | 22 | 3E | 3A |
| Octal | 326 | 234 | 121 | 0 | 33 | 76 | 20 | 42 | 76 | 72 |
| Binary | 11010110 | 10011100 | 1010001 | 0 | 11011 | 111110 | 10000 | 100010 | 111110 | 111010 |
Color Harmonies of #D69C51
Complementary color
Monochromatic Colors of #D69C51
Black with #D69C51
Text Example
Text Example
White with #D69C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C51; }
p { color: rgb(214,156,81); }
H1.HeaderClassName
{
color: #D69C51;
}
.AnyTagClassName
{
color: #D69C51;
}
</style>
background-color css
<style>
a { background-color: #D69C51; }
a { background-color: rgb(214,156,81); }
div.DivClassName
{
background-color: #D69C51;
}
.BgClassName
{
background-color: #D69C51;
}
</style>
border-color css
<style>
span { border-color: #D69C51; }
span { border-color: rgb(214,156,81); }
td.TdClassName
{
border-color: #D69C51;
}
.TagClassName
{
border-color: #D69C51;
}
</style>