Shades of Porsche #D29C52
Tints of Porsche #D29C52
RGB
CMYK
RGB Variations
Color information
#D29C52 (or 0xD29C52) is known color: Porsche. HEX triplet: D2, 9C and 52. RGB value is (210,156,82). Sum of RGB (Red+Green+Blue) = 210+156+82=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C52 is #2D63AD. Grayscale: #A4A4A4. Windows color (decimal): -2974638 or 5414098. OLE color: 5414098.
HSL color Cylindrical-coordinate representation of color #D29C52: hue angle of 34.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D29C52 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 82 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.18 |
| HSL | 34.69º | 0.59% | 0.57% | - |
| HSV(B) | 34.69º | 0.61% | 0.82% | - |
| XYZ | 39.99 | 38.09 | 13.23 | - |
| YUV | 163.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 82 | 0 | 0.26 | 0.61 | 0.18 | 34.69 | 0.59 | 0.57 |
| Hex | D2 | 9C | 52 | 0 | 1A | 3D | 12 | 23 | 3B | 39 |
| Octal | 322 | 234 | 122 | 0 | 32 | 75 | 22 | 43 | 73 | 71 |
| Binary | 11010010 | 10011100 | 1010010 | 0 | 11010 | 111101 | 10010 | 100011 | 111011 | 111001 |
Color Harmonies of #D29C52
Complementary color
Monochromatic Colors of #D29C52
Black with #D29C52
Text Example
Text Example
White with #D29C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C52; }
p { color: rgb(210,156,82); }
H1.HeaderClassName
{
color: #D29C52;
}
.AnyTagClassName
{
color: #D29C52;
}
</style>
background-color css
<style>
a { background-color: #D29C52; }
a { background-color: rgb(210,156,82); }
div.DivClassName
{
background-color: #D29C52;
}
.BgClassName
{
background-color: #D29C52;
}
</style>
border-color css
<style>
span { border-color: #D29C52; }
span { border-color: rgb(210,156,82); }
td.TdClassName
{
border-color: #D29C52;
}
.TagClassName
{
border-color: #D29C52;
}
</style>