Shades of Porsche #D7A05A
Tints of Porsche #D7A05A
RGB
CMYK
RGB Variations
Color information
#D7A05A (or 0xD7A05A) is known color: Porsche. HEX triplet: D7, A0 and 5A. RGB value is (215,160,90). Sum of RGB (Red+Green+Blue) = 215+160+90=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A05A is #285FA5. Grayscale: #A8A8A8. Windows color (decimal): -2645926 or 5939415. OLE color: 5939415.
HSL color Cylindrical-coordinate representation of color #D7A05A: hue angle of 33.6º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7A05A is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 90 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.16 |
| HSL | 33.6º | 0.61% | 0.6% | - |
| HSV(B) | 33.6º | 0.58% | 0.84% | - |
| XYZ | 42.44 | 40.33 | 15.22 | - |
| YUV | 168.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 90 | 0 | 0.26 | 0.58 | 0.16 | 33.6 | 0.61 | 0.6 |
| Hex | D7 | A0 | 5A | 0 | 1A | 3A | 10 | 22 | 3D | 3C |
| Octal | 327 | 240 | 132 | 0 | 32 | 72 | 20 | 42 | 75 | 74 |
| Binary | 11010111 | 10100000 | 1011010 | 0 | 11010 | 111010 | 10000 | 100010 | 111101 | 111100 |
Color Harmonies of #D7A05A
Complementary color
Monochromatic Colors of #D7A05A
Black with #D7A05A
Text Example
Text Example
White with #D7A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A05A; }
p { color: rgb(215,160,90); }
H1.HeaderClassName
{
color: #D7A05A;
}
.AnyTagClassName
{
color: #D7A05A;
}
</style>
background-color css
<style>
a { background-color: #D7A05A; }
a { background-color: rgb(215,160,90); }
div.DivClassName
{
background-color: #D7A05A;
}
.BgClassName
{
background-color: #D7A05A;
}
</style>
border-color css
<style>
span { border-color: #D7A05A; }
span { border-color: rgb(215,160,90); }
td.TdClassName
{
border-color: #D7A05A;
}
.TagClassName
{
border-color: #D7A05A;
}
</style>