Shades of Porsche #D49B5A
Tints of Porsche #D49B5A
RGB
CMYK
RGB Variations
Color information
#D49B5A (or 0xD49B5A) is known color: Porsche. HEX triplet: D4, 9B and 5A. RGB value is (212,155,90). Sum of RGB (Red+Green+Blue) = 212+155+90=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49B5A is #2B64A5. Grayscale: #A4A4A4. Windows color (decimal): -2843814 or 5938132. OLE color: 5938132.
HSL color Cylindrical-coordinate representation of color #D49B5A: hue angle of 31.97º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D49B5A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 90 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.17 |
| HSL | 31.97º | 0.59% | 0.59% | - |
| HSV(B) | 31.97º | 0.58% | 0.83% | - |
| XYZ | 40.72 | 38.18 | 14.9 | - |
| YUV | 164.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 90 | 0 | 0.27 | 0.58 | 0.17 | 31.97 | 0.59 | 0.59 |
| Hex | D4 | 9B | 5A | 0 | 1B | 3A | 11 | 20 | 3B | 3B |
| Octal | 324 | 233 | 132 | 0 | 33 | 72 | 21 | 40 | 73 | 73 |
| Binary | 11010100 | 10011011 | 1011010 | 0 | 11011 | 111010 | 10001 | 100000 | 111011 | 111011 |
Color Harmonies of #D49B5A
Complementary color
Monochromatic Colors of #D49B5A
Black with #D49B5A
Text Example
Text Example
White with #D49B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B5A; }
p { color: rgb(212,155,90); }
H1.HeaderClassName
{
color: #D49B5A;
}
.AnyTagClassName
{
color: #D49B5A;
}
</style>
background-color css
<style>
a { background-color: #D49B5A; }
a { background-color: rgb(212,155,90); }
div.DivClassName
{
background-color: #D49B5A;
}
.BgClassName
{
background-color: #D49B5A;
}
</style>
border-color css
<style>
span { border-color: #D49B5A; }
span { border-color: rgb(212,155,90); }
td.TdClassName
{
border-color: #D49B5A;
}
.TagClassName
{
border-color: #D49B5A;
}
</style>