Shades of Porsche #D29E62
Tints of Porsche #D29E62
RGB
CMYK
RGB Variations
Color information
#D29E62 (or 0xD29E62) is known color: Porsche. HEX triplet: D2, 9E and 62. RGB value is (210,158,98). Sum of RGB (Red+Green+Blue) = 210+158+98=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E62 is #2D619D. Grayscale: #A7A7A7. Windows color (decimal): -2974110 or 6463186. OLE color: 6463186.
HSL color Cylindrical-coordinate representation of color #D29E62: hue angle of 32.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D29E62 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 98 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.18 |
| HSL | 32.14º | 0.55% | 0.6% | - |
| HSV(B) | 32.14º | 0.53% | 0.82% | - |
| XYZ | 41.01 | 39.04 | 16.93 | - |
| YUV | 166.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 98 | 0 | 0.25 | 0.53 | 0.18 | 32.14 | 0.55 | 0.6 |
| Hex | D2 | 9E | 62 | 0 | 19 | 35 | 12 | 20 | 37 | 3C |
| Octal | 322 | 236 | 142 | 0 | 31 | 65 | 22 | 40 | 67 | 74 |
| Binary | 11010010 | 10011110 | 1100010 | 0 | 11001 | 110101 | 10010 | 100000 | 110111 | 111100 |
Color Harmonies of #D29E62
Complementary color
Monochromatic Colors of #D29E62
Black with #D29E62
Text Example
Text Example
White with #D29E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E62; }
p { color: rgb(210,158,98); }
H1.HeaderClassName
{
color: #D29E62;
}
.AnyTagClassName
{
color: #D29E62;
}
</style>
background-color css
<style>
a { background-color: #D29E62; }
a { background-color: rgb(210,158,98); }
div.DivClassName
{
background-color: #D29E62;
}
.BgClassName
{
background-color: #D29E62;
}
</style>
border-color css
<style>
span { border-color: #D29E62; }
span { border-color: rgb(210,158,98); }
td.TdClassName
{
border-color: #D29E62;
}
.TagClassName
{
border-color: #D29E62;
}
</style>