Shades of Porsche #D29C55
Tints of Porsche #D29C55
RGB
CMYK
RGB Variations
Color information
#D29C55 (or 0xD29C55) is known color: Porsche. HEX triplet: D2, 9C and 55. RGB value is (210,156,85). Sum of RGB (Red+Green+Blue) = 210+156+85=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C55 is #2D63AA. Grayscale: #A4A4A4. Windows color (decimal): -2974635 or 5610706. OLE color: 5610706.
HSL color Cylindrical-coordinate representation of color #D29C55: hue angle of 34.08º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D29C55 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 85 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.18 |
| HSL | 34.08º | 0.58% | 0.58% | - |
| HSV(B) | 34.08º | 0.6% | 0.82% | - |
| XYZ | 40.11 | 38.13 | 13.84 | - |
| YUV | 164.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 85 | 0 | 0.26 | 0.60 | 0.18 | 34.08 | 0.58 | 0.58 |
| Hex | D2 | 9C | 55 | 0 | 1A | 3C | 12 | 22 | 3A | 3A |
| Octal | 322 | 234 | 125 | 0 | 32 | 74 | 22 | 42 | 72 | 72 |
| Binary | 11010010 | 10011100 | 1010101 | 0 | 11010 | 111100 | 10010 | 100010 | 111010 | 111010 |
Color Harmonies of #D29C55
Complementary color
Monochromatic Colors of #D29C55
Black with #D29C55
Text Example
Text Example
White with #D29C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C55; }
p { color: rgb(210,156,85); }
H1.HeaderClassName
{
color: #D29C55;
}
.AnyTagClassName
{
color: #D29C55;
}
</style>
background-color css
<style>
a { background-color: #D29C55; }
a { background-color: rgb(210,156,85); }
div.DivClassName
{
background-color: #D29C55;
}
.BgClassName
{
background-color: #D29C55;
}
</style>
border-color css
<style>
span { border-color: #D29C55; }
span { border-color: rgb(210,156,85); }
td.TdClassName
{
border-color: #D29C55;
}
.TagClassName
{
border-color: #D29C55;
}
</style>