Shades of Porsche #D49B52
Tints of Porsche #D49B52
RGB
CMYK
RGB Variations
Color information
#D49B52 (or 0xD49B52) is known color: Porsche. HEX triplet: D4, 9B and 52. RGB value is (212,155,82). Sum of RGB (Red+Green+Blue) = 212+155+82=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49B52 is #2B64AD. Grayscale: #A4A4A4. Windows color (decimal): -2843822 or 5413844. OLE color: 5413844.
HSL color Cylindrical-coordinate representation of color #D49B52: hue angle of 33.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D49B52 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 82 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.17 |
| HSL | 33.69º | 0.6% | 0.58% | - |
| HSV(B) | 33.69º | 0.61% | 0.83% | - |
| XYZ | 40.4 | 38.05 | 13.2 | - |
| YUV | 163.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 82 | 0 | 0.27 | 0.61 | 0.17 | 33.69 | 0.6 | 0.58 |
| Hex | D4 | 9B | 52 | 0 | 1B | 3D | 11 | 22 | 3C | 3A |
| Octal | 324 | 233 | 122 | 0 | 33 | 75 | 21 | 42 | 74 | 72 |
| Binary | 11010100 | 10011011 | 1010010 | 0 | 11011 | 111101 | 10001 | 100010 | 111100 | 111010 |
Color Harmonies of #D49B52
Complementary color
Monochromatic Colors of #D49B52
Black with #D49B52
Text Example
Text Example
White with #D49B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B52; }
p { color: rgb(212,155,82); }
H1.HeaderClassName
{
color: #D49B52;
}
.AnyTagClassName
{
color: #D49B52;
}
</style>
background-color css
<style>
a { background-color: #D49B52; }
a { background-color: rgb(212,155,82); }
div.DivClassName
{
background-color: #D49B52;
}
.BgClassName
{
background-color: #D49B52;
}
</style>
border-color css
<style>
span { border-color: #D49B52; }
span { border-color: rgb(212,155,82); }
td.TdClassName
{
border-color: #D49B52;
}
.TagClassName
{
border-color: #D49B52;
}
</style>