Shades of Porsche #D59C63
Tints of Porsche #D59C63
RGB
CMYK
RGB Variations
Color information
#D59C63 (or 0xD59C63) is known color: Porsche. HEX triplet: D5, 9C and 63. RGB value is (213,156,99). Sum of RGB (Red+Green+Blue) = 213+156+99=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C63 is #2A639C. Grayscale: #A6A6A6. Windows color (decimal): -2778013 or 6528213. OLE color: 6528213.
HSL color Cylindrical-coordinate representation of color #D59C63: hue angle of 30º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D59C63 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 99 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.16 |
| HSL | 30º | 0.58% | 0.61% | - |
| HSV(B) | 30º | 0.54% | 0.84% | - |
| XYZ | 41.58 | 38.82 | 17.11 | - |
| YUV | 166.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 99 | 0 | 0.27 | 0.54 | 0.16 | 30 | 0.58 | 0.61 |
| Hex | D5 | 9C | 63 | 0 | 1B | 36 | 10 | 1E | 3A | 3D |
| Octal | 325 | 234 | 143 | 0 | 33 | 66 | 20 | 36 | 72 | 75 |
| Binary | 11010101 | 10011100 | 1100011 | 0 | 11011 | 110110 | 10000 | 11110 | 111010 | 111101 |
Color Harmonies of #D59C63
Complementary color
Monochromatic Colors of #D59C63
Black with #D59C63
Text Example
Text Example
White with #D59C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C63; }
p { color: rgb(213,156,99); }
H1.HeaderClassName
{
color: #D59C63;
}
.AnyTagClassName
{
color: #D59C63;
}
</style>
background-color css
<style>
a { background-color: #D59C63; }
a { background-color: rgb(213,156,99); }
div.DivClassName
{
background-color: #D59C63;
}
.BgClassName
{
background-color: #D59C63;
}
</style>
border-color css
<style>
span { border-color: #D59C63; }
span { border-color: rgb(213,156,99); }
td.TdClassName
{
border-color: #D59C63;
}
.TagClassName
{
border-color: #D59C63;
}
</style>