Shades of Porsche #D29A55
Tints of Porsche #D29A55
RGB
CMYK
RGB Variations
Color information
#D29A55 (or 0xD29A55) is known color: Porsche. HEX triplet: D2, 9A and 55. RGB value is (210,154,85). Sum of RGB (Red+Green+Blue) = 210+154+85=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A55 is #2D65AA. Grayscale: #A3A3A3. Windows color (decimal): -2975147 or 5610194. OLE color: 5610194.
HSL color Cylindrical-coordinate representation of color #D29A55: hue angle of 33.12º 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 #D29A55 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 85 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.18 |
| HSL | 33.12º | 0.58% | 0.58% | - |
| HSV(B) | 33.12º | 0.6% | 0.82% | - |
| XYZ | 39.77 | 37.47 | 13.73 | - |
| YUV | 162.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 85 | 0 | 0.27 | 0.60 | 0.18 | 33.12 | 0.58 | 0.58 |
| Hex | D2 | 9A | 55 | 0 | 1B | 3C | 12 | 21 | 3A | 3A |
| Octal | 322 | 232 | 125 | 0 | 33 | 74 | 22 | 41 | 72 | 72 |
| Binary | 11010010 | 10011010 | 1010101 | 0 | 11011 | 111100 | 10010 | 100001 | 111010 | 111010 |
Color Harmonies of #D29A55
Complementary color
Monochromatic Colors of #D29A55
Black with #D29A55
Text Example
Text Example
White with #D29A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A55; }
p { color: rgb(210,154,85); }
H1.HeaderClassName
{
color: #D29A55;
}
.AnyTagClassName
{
color: #D29A55;
}
</style>
background-color css
<style>
a { background-color: #D29A55; }
a { background-color: rgb(210,154,85); }
div.DivClassName
{
background-color: #D29A55;
}
.BgClassName
{
background-color: #D29A55;
}
</style>
border-color css
<style>
span { border-color: #D29A55; }
span { border-color: rgb(210,154,85); }
td.TdClassName
{
border-color: #D29A55;
}
.TagClassName
{
border-color: #D29A55;
}
</style>