Shades of Porsche #D59D64
Tints of Porsche #D59D64
RGB
CMYK
RGB Variations
Color information
#D59D64 (or 0xD59D64) is known color: Porsche. HEX triplet: D5, 9D and 64. RGB value is (213,157,100). Sum of RGB (Red+Green+Blue) = 213+157+100=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D64 is #2A629B. Grayscale: #A7A7A7. Windows color (decimal): -2777756 or 6594005. OLE color: 6594005.
HSL color Cylindrical-coordinate representation of color #D59D64: hue angle of 30.27º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D59D64 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 100 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.16 |
| HSL | 30.27º | 0.57% | 0.61% | - |
| HSV(B) | 30.27º | 0.53% | 0.84% | - |
| XYZ | 41.8 | 39.18 | 17.42 | - |
| YUV | 167.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 100 | 0 | 0.26 | 0.53 | 0.16 | 30.27 | 0.57 | 0.61 |
| Hex | D5 | 9D | 64 | 0 | 1A | 35 | 10 | 1E | 39 | 3D |
| Octal | 325 | 235 | 144 | 0 | 32 | 65 | 20 | 36 | 71 | 75 |
| Binary | 11010101 | 10011101 | 1100100 | 0 | 11010 | 110101 | 10000 | 11110 | 111001 | 111101 |
Color Harmonies of #D59D64
Complementary color
Monochromatic Colors of #D59D64
Black with #D59D64
Text Example
Text Example
White with #D59D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D64; }
p { color: rgb(213,157,100); }
H1.HeaderClassName
{
color: #D59D64;
}
.AnyTagClassName
{
color: #D59D64;
}
</style>
background-color css
<style>
a { background-color: #D59D64; }
a { background-color: rgb(213,157,100); }
div.DivClassName
{
background-color: #D59D64;
}
.BgClassName
{
background-color: #D59D64;
}
</style>
border-color css
<style>
span { border-color: #D59D64; }
span { border-color: rgb(213,157,100); }
td.TdClassName
{
border-color: #D59D64;
}
.TagClassName
{
border-color: #D59D64;
}
</style>