Shades of Porsche #D29B55
Tints of Porsche #D29B55
RGB
CMYK
RGB Variations
Color information
#D29B55 (or 0xD29B55) is known color: Porsche. HEX triplet: D2, 9B and 55. RGB value is (210,155,85). Sum of RGB (Red+Green+Blue) = 210+155+85=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B55 is #2D64AA. Grayscale: #A3A3A3. Windows color (decimal): -2974891 or 5610450. OLE color: 5610450.
HSL color Cylindrical-coordinate representation of color #D29B55: hue angle of 33.6º 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 #D29B55 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 85 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.18 |
| HSL | 33.6º | 0.58% | 0.58% | - |
| HSV(B) | 33.6º | 0.6% | 0.82% | - |
| XYZ | 39.94 | 37.8 | 13.79 | - |
| YUV | 163.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 85 | 0 | 0.26 | 0.60 | 0.18 | 33.6 | 0.58 | 0.58 |
| Hex | D2 | 9B | 55 | 0 | 1A | 3C | 12 | 22 | 3A | 3A |
| Octal | 322 | 233 | 125 | 0 | 32 | 74 | 22 | 42 | 72 | 72 |
| Binary | 11010010 | 10011011 | 1010101 | 0 | 11010 | 111100 | 10010 | 100010 | 111010 | 111010 |
Color Harmonies of #D29B55
Complementary color
Monochromatic Colors of #D29B55
Black with #D29B55
Text Example
Text Example
White with #D29B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B55; }
p { color: rgb(210,155,85); }
H1.HeaderClassName
{
color: #D29B55;
}
.AnyTagClassName
{
color: #D29B55;
}
</style>
background-color css
<style>
a { background-color: #D29B55; }
a { background-color: rgb(210,155,85); }
div.DivClassName
{
background-color: #D29B55;
}
.BgClassName
{
background-color: #D29B55;
}
</style>
border-color css
<style>
span { border-color: #D29B55; }
span { border-color: rgb(210,155,85); }
td.TdClassName
{
border-color: #D29B55;
}
.TagClassName
{
border-color: #D29B55;
}
</style>