Shades of Porsche #D59C60
Tints of Porsche #D59C60
RGB
CMYK
RGB Variations
Color information
#D59C60 (or 0xD59C60) is known color: Porsche. HEX triplet: D5, 9C and 60. RGB value is (213,156,96). Sum of RGB (Red+Green+Blue) = 213+156+96=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C60 is #2A639F. Grayscale: #A6A6A6. Windows color (decimal): -2778016 or 6331605. OLE color: 6331605.
HSL color Cylindrical-coordinate representation of color #D59C60: hue angle of 30.77º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59C60 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 96 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.16 |
| HSL | 30.77º | 0.58% | 0.61% | - |
| HSV(B) | 30.77º | 0.55% | 0.84% | - |
| XYZ | 41.44 | 38.77 | 16.37 | - |
| YUV | 166.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 96 | 0 | 0.27 | 0.55 | 0.16 | 30.77 | 0.58 | 0.61 |
| Hex | D5 | 9C | 60 | 0 | 1B | 37 | 10 | 1F | 3A | 3D |
| Octal | 325 | 234 | 140 | 0 | 33 | 67 | 20 | 37 | 72 | 75 |
| Binary | 11010101 | 10011100 | 1100000 | 0 | 11011 | 110111 | 10000 | 11111 | 111010 | 111101 |
Color Harmonies of #D59C60
Complementary color
Monochromatic Colors of #D59C60
Black with #D59C60
Text Example
Text Example
White with #D59C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C60; }
p { color: rgb(213,156,96); }
H1.HeaderClassName
{
color: #D59C60;
}
.AnyTagClassName
{
color: #D59C60;
}
</style>
background-color css
<style>
a { background-color: #D59C60; }
a { background-color: rgb(213,156,96); }
div.DivClassName
{
background-color: #D59C60;
}
.BgClassName
{
background-color: #D59C60;
}
</style>
border-color css
<style>
span { border-color: #D59C60; }
span { border-color: rgb(213,156,96); }
td.TdClassName
{
border-color: #D59C60;
}
.TagClassName
{
border-color: #D59C60;
}
</style>