Shades of Porsche #D59B52
Tints of Porsche #D59B52
RGB
CMYK
RGB Variations
Color information
#D59B52 (or 0xD59B52) is known color: Porsche. HEX triplet: D5, 9B and 52. RGB value is (213,155,82). Sum of RGB (Red+Green+Blue) = 213+155+82=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B52 is #2A64AD. Grayscale: #A4A4A4. Windows color (decimal): -2778286 or 5413845. OLE color: 5413845.
HSL color Cylindrical-coordinate representation of color #D59B52: hue angle of 33.44º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D59B52 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 82 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.16 |
| HSL | 33.44º | 0.61% | 0.58% | - |
| HSV(B) | 33.44º | 0.62% | 0.84% | - |
| XYZ | 40.68 | 38.2 | 13.21 | - |
| YUV | 164.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 82 | 0 | 0.27 | 0.62 | 0.16 | 33.44 | 0.61 | 0.58 |
| Hex | D5 | 9B | 52 | 0 | 1B | 3E | 10 | 21 | 3D | 3A |
| Octal | 325 | 233 | 122 | 0 | 33 | 76 | 20 | 41 | 75 | 72 |
| Binary | 11010101 | 10011011 | 1010010 | 0 | 11011 | 111110 | 10000 | 100001 | 111101 | 111010 |
Color Harmonies of #D59B52
Complementary color
Monochromatic Colors of #D59B52
Black with #D59B52
Text Example
Text Example
White with #D59B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B52; }
p { color: rgb(213,155,82); }
H1.HeaderClassName
{
color: #D59B52;
}
.AnyTagClassName
{
color: #D59B52;
}
</style>
background-color css
<style>
a { background-color: #D59B52; }
a { background-color: rgb(213,155,82); }
div.DivClassName
{
background-color: #D59B52;
}
.BgClassName
{
background-color: #D59B52;
}
</style>
border-color css
<style>
span { border-color: #D59B52; }
span { border-color: rgb(213,155,82); }
td.TdClassName
{
border-color: #D59B52;
}
.TagClassName
{
border-color: #D59B52;
}
</style>