Shades of Porsche #D29B51
Tints of Porsche #D29B51
RGB
CMYK
RGB Variations
Color information
#D29B51 (or 0xD29B51) is known color: Porsche. HEX triplet: D2, 9B and 51. RGB value is (210,155,81). Sum of RGB (Red+Green+Blue) = 210+155+81=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B51 is #2D64AE. Grayscale: #A3A3A3. Windows color (decimal): -2974895 or 5348306. OLE color: 5348306.
HSL color Cylindrical-coordinate representation of color #D29B51: hue angle of 34.42º 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 #D29B51 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 81 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.18 |
| HSL | 34.42º | 0.59% | 0.57% | - |
| HSV(B) | 34.42º | 0.61% | 0.82% | - |
| XYZ | 39.78 | 37.74 | 12.97 | - |
| YUV | 163.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 81 | 0 | 0.26 | 0.61 | 0.18 | 34.42 | 0.59 | 0.57 |
| Hex | D2 | 9B | 51 | 0 | 1A | 3D | 12 | 22 | 3B | 39 |
| Octal | 322 | 233 | 121 | 0 | 32 | 75 | 22 | 42 | 73 | 71 |
| Binary | 11010010 | 10011011 | 1010001 | 0 | 11010 | 111101 | 10010 | 100010 | 111011 | 111001 |
Color Harmonies of #D29B51
Complementary color
Monochromatic Colors of #D29B51
Black with #D29B51
Text Example
Text Example
White with #D29B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B51; }
p { color: rgb(210,155,81); }
H1.HeaderClassName
{
color: #D29B51;
}
.AnyTagClassName
{
color: #D29B51;
}
</style>
background-color css
<style>
a { background-color: #D29B51; }
a { background-color: rgb(210,155,81); }
div.DivClassName
{
background-color: #D29B51;
}
.BgClassName
{
background-color: #D29B51;
}
</style>
border-color css
<style>
span { border-color: #D29B51; }
span { border-color: rgb(210,155,81); }
td.TdClassName
{
border-color: #D29B51;
}
.TagClassName
{
border-color: #D29B51;
}
</style>