Shades of Porsche #D7A069
Tints of Porsche #D7A069
RGB
CMYK
RGB Variations
Color information
#D7A069 (or 0xD7A069) is known color: Porsche. HEX triplet: D7, A0 and 69. RGB value is (215,160,105). Sum of RGB (Red+Green+Blue) = 215+160+105=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A069 is #285F96. Grayscale: #AAAAAA. Windows color (decimal): -2645911 or 6922455. OLE color: 6922455.
HSL color Cylindrical-coordinate representation of color #D7A069: hue angle of 30º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7A069 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 105 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.16 |
| HSL | 30º | 0.58% | 0.63% | - |
| HSV(B) | 30º | 0.51% | 0.84% | - |
| XYZ | 43.14 | 40.61 | 18.93 | - |
| YUV | 170.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 105 | 0 | 0.26 | 0.51 | 0.16 | 30 | 0.58 | 0.63 |
| Hex | D7 | A0 | 69 | 0 | 1A | 33 | 10 | 1E | 3A | 3F |
| Octal | 327 | 240 | 151 | 0 | 32 | 63 | 20 | 36 | 72 | 77 |
| Binary | 11010111 | 10100000 | 1101001 | 0 | 11010 | 110011 | 10000 | 11110 | 111010 | 111111 |
Color Harmonies of #D7A069
Complementary color
Monochromatic Colors of #D7A069
Black with #D7A069
Text Example
Text Example
White with #D7A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A069; }
p { color: rgb(215,160,105); }
H1.HeaderClassName
{
color: #D7A069;
}
.AnyTagClassName
{
color: #D7A069;
}
</style>
background-color css
<style>
a { background-color: #D7A069; }
a { background-color: rgb(215,160,105); }
div.DivClassName
{
background-color: #D7A069;
}
.BgClassName
{
background-color: #D7A069;
}
</style>
border-color css
<style>
span { border-color: #D7A069; }
span { border-color: rgb(215,160,105); }
td.TdClassName
{
border-color: #D7A069;
}
.TagClassName
{
border-color: #D7A069;
}
</style>