Shades of Porsche #D59C5F
Tints of Porsche #D59C5F
RGB
CMYK
RGB Variations
Color information
#D59C5F (or 0xD59C5F) is known color: Porsche. HEX triplet: D5, 9C and 5F. RGB value is (213,156,95). Sum of RGB (Red+Green+Blue) = 213+156+95=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C5F is #2A63A0. Grayscale: #A6A6A6. Windows color (decimal): -2778017 or 6266069. OLE color: 6266069.
HSL color Cylindrical-coordinate representation of color #D59C5F: hue angle of 31.02º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D59C5F is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 95 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.16 |
| HSL | 31.02º | 0.58% | 0.6% | - |
| HSV(B) | 31.02º | 0.55% | 0.84% | - |
| XYZ | 41.39 | 38.75 | 16.12 | - |
| YUV | 166.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 95 | 0 | 0.27 | 0.55 | 0.16 | 31.02 | 0.58 | 0.6 |
| Hex | D5 | 9C | 5F | 0 | 1B | 37 | 10 | 1F | 3A | 3C |
| Octal | 325 | 234 | 137 | 0 | 33 | 67 | 20 | 37 | 72 | 74 |
| Binary | 11010101 | 10011100 | 1011111 | 0 | 11011 | 110111 | 10000 | 11111 | 111010 | 111100 |
Color Harmonies of #D59C5F
Complementary color
Monochromatic Colors of #D59C5F
Black with #D59C5F
Text Example
Text Example
White with #D59C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C5F; }
p { color: rgb(213,156,95); }
H1.HeaderClassName
{
color: #D59C5F;
}
.AnyTagClassName
{
color: #D59C5F;
}
</style>
background-color css
<style>
a { background-color: #D59C5F; }
a { background-color: rgb(213,156,95); }
div.DivClassName
{
background-color: #D59C5F;
}
.BgClassName
{
background-color: #D59C5F;
}
</style>
border-color css
<style>
span { border-color: #D59C5F; }
span { border-color: rgb(213,156,95); }
td.TdClassName
{
border-color: #D59C5F;
}
.TagClassName
{
border-color: #D59C5F;
}
</style>