Shades of Porsche #D59C62
Tints of Porsche #D59C62
RGB
CMYK
RGB Variations
Color information
#D59C62 (or 0xD59C62) is known color: Porsche. HEX triplet: D5, 9C and 62. RGB value is (213,156,98). Sum of RGB (Red+Green+Blue) = 213+156+98=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C62 is #2A639D. Grayscale: #A6A6A6. Windows color (decimal): -2778014 or 6462677. OLE color: 6462677.
HSL color Cylindrical-coordinate representation of color #D59C62: hue angle of 30.26º 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 #D59C62 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 98 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.16 |
| HSL | 30.26º | 0.58% | 0.61% | - |
| HSV(B) | 30.26º | 0.54% | 0.84% | - |
| XYZ | 41.53 | 38.8 | 16.86 | - |
| YUV | 166.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 98 | 0 | 0.27 | 0.54 | 0.16 | 30.26 | 0.58 | 0.61 |
| Hex | D5 | 9C | 62 | 0 | 1B | 36 | 10 | 1E | 3A | 3D |
| Octal | 325 | 234 | 142 | 0 | 33 | 66 | 20 | 36 | 72 | 75 |
| Binary | 11010101 | 10011100 | 1100010 | 0 | 11011 | 110110 | 10000 | 11110 | 111010 | 111101 |
Color Harmonies of #D59C62
Complementary color
Monochromatic Colors of #D59C62
Black with #D59C62
Text Example
Text Example
White with #D59C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C62; }
p { color: rgb(213,156,98); }
H1.HeaderClassName
{
color: #D59C62;
}
.AnyTagClassName
{
color: #D59C62;
}
</style>
background-color css
<style>
a { background-color: #D59C62; }
a { background-color: rgb(213,156,98); }
div.DivClassName
{
background-color: #D59C62;
}
.BgClassName
{
background-color: #D59C62;
}
</style>
border-color css
<style>
span { border-color: #D59C62; }
span { border-color: rgb(213,156,98); }
td.TdClassName
{
border-color: #D59C62;
}
.TagClassName
{
border-color: #D59C62;
}
</style>