Shades of Porsche #D59952
Tints of Porsche #D59952
RGB
CMYK
RGB Variations
Color information
#D59952 (or 0xD59952) is known color: Porsche. HEX triplet: D5, 99 and 52. RGB value is (213,153,82). Sum of RGB (Red+Green+Blue) = 213+153+82=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D59952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59952 is #2A66AD. Grayscale: #A3A3A3. Windows color (decimal): -2778798 or 5413333. OLE color: 5413333.
HSL color Cylindrical-coordinate representation of color #D59952: hue angle of 32.52º 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 #D59952 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 82 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.16 |
| HSL | 32.52º | 0.61% | 0.58% | - |
| HSV(B) | 32.52º | 0.62% | 0.84% | - |
| XYZ | 40.35 | 37.54 | 13.1 | - |
| YUV | 162.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 82 | 0 | 0.28 | 0.62 | 0.16 | 32.52 | 0.61 | 0.58 |
| Hex | D5 | 99 | 52 | 0 | 1C | 3E | 10 | 21 | 3D | 3A |
| Octal | 325 | 231 | 122 | 0 | 34 | 76 | 20 | 41 | 75 | 72 |
| Binary | 11010101 | 10011001 | 1010010 | 0 | 11100 | 111110 | 10000 | 100001 | 111101 | 111010 |
Color Harmonies of #D59952
Complementary color
Monochromatic Colors of #D59952
Black with #D59952
Text Example
Text Example
White with #D59952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59952; }
p { color: rgb(213,153,82); }
H1.HeaderClassName
{
color: #D59952;
}
.AnyTagClassName
{
color: #D59952;
}
</style>
background-color css
<style>
a { background-color: #D59952; }
a { background-color: rgb(213,153,82); }
div.DivClassName
{
background-color: #D59952;
}
.BgClassName
{
background-color: #D59952;
}
</style>
border-color css
<style>
span { border-color: #D59952; }
span { border-color: rgb(213,153,82); }
td.TdClassName
{
border-color: #D59952;
}
.TagClassName
{
border-color: #D59952;
}
</style>