Shades of Porsche #D59D67
Tints of Porsche #D59D67
RGB
CMYK
RGB Variations
Color information
#D59D67 (or 0xD59D67) is known color: Porsche. HEX triplet: D5, 9D and 67. RGB value is (213,157,103). Sum of RGB (Red+Green+Blue) = 213+157+103=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D67 is #2A6298. Grayscale: #A7A7A7. Windows color (decimal): -2777753 or 6790613. OLE color: 6790613.
HSL color Cylindrical-coordinate representation of color #D59D67: hue angle of 29.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D59D67 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 103 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.16 |
| HSL | 29.45º | 0.57% | 0.62% | - |
| HSV(B) | 29.45º | 0.52% | 0.84% | - |
| XYZ | 41.95 | 39.24 | 18.2 | - |
| YUV | 167.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 103 | 0 | 0.26 | 0.52 | 0.16 | 29.45 | 0.57 | 0.62 |
| Hex | D5 | 9D | 67 | 0 | 1A | 34 | 10 | 1D | 39 | 3E |
| Octal | 325 | 235 | 147 | 0 | 32 | 64 | 20 | 35 | 71 | 76 |
| Binary | 11010101 | 10011101 | 1100111 | 0 | 11010 | 110100 | 10000 | 11101 | 111001 | 111110 |
Color Harmonies of #D59D67
Complementary color
Monochromatic Colors of #D59D67
Black with #D59D67
Text Example
Text Example
White with #D59D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D67; }
p { color: rgb(213,157,103); }
H1.HeaderClassName
{
color: #D59D67;
}
.AnyTagClassName
{
color: #D59D67;
}
</style>
background-color css
<style>
a { background-color: #D59D67; }
a { background-color: rgb(213,157,103); }
div.DivClassName
{
background-color: #D59D67;
}
.BgClassName
{
background-color: #D59D67;
}
</style>
border-color css
<style>
span { border-color: #D59D67; }
span { border-color: rgb(213,157,103); }
td.TdClassName
{
border-color: #D59D67;
}
.TagClassName
{
border-color: #D59D67;
}
</style>