Shades of Porsche #D5A168
Tints of Porsche #D5A168
RGB
CMYK
RGB Variations
Color information
#D5A168 (or 0xD5A168) is known color: Porsche. HEX triplet: D5, A1 and 68. RGB value is (213,161,104). Sum of RGB (Red+Green+Blue) = 213+161+104=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A168 is #2A5E97. Grayscale: #AAAAAA. Windows color (decimal): -2776728 or 6857173. OLE color: 6857173.
HSL color Cylindrical-coordinate representation of color #D5A168: hue angle of 31.38º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5A168 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 104 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.16 |
| HSL | 31.38º | 0.56% | 0.62% | - |
| HSV(B) | 31.38º | 0.51% | 0.84% | - |
| XYZ | 42.68 | 40.64 | 18.69 | - |
| YUV | 170.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 104 | 0 | 0.24 | 0.51 | 0.16 | 31.38 | 0.56 | 0.62 |
| Hex | D5 | A1 | 68 | 0 | 18 | 33 | 10 | 1F | 38 | 3E |
| Octal | 325 | 241 | 150 | 0 | 30 | 63 | 20 | 37 | 70 | 76 |
| Binary | 11010101 | 10100001 | 1101000 | 0 | 11000 | 110011 | 10000 | 11111 | 111000 | 111110 |
Color Harmonies of #D5A168
Complementary color
Monochromatic Colors of #D5A168
Black with #D5A168
Text Example
Text Example
White with #D5A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A168; }
p { color: rgb(213,161,104); }
H1.HeaderClassName
{
color: #D5A168;
}
.AnyTagClassName
{
color: #D5A168;
}
</style>
background-color css
<style>
a { background-color: #D5A168; }
a { background-color: rgb(213,161,104); }
div.DivClassName
{
background-color: #D5A168;
}
.BgClassName
{
background-color: #D5A168;
}
</style>
border-color css
<style>
span { border-color: #D5A168; }
span { border-color: rgb(213,161,104); }
td.TdClassName
{
border-color: #D5A168;
}
.TagClassName
{
border-color: #D5A168;
}
</style>