Shades of Porsche #D59F67
Tints of Porsche #D59F67
RGB
CMYK
RGB Variations
Color information
#D59F67 (or 0xD59F67) is known color: Porsche. HEX triplet: D5, 9F and 67. RGB value is (213,159,103). Sum of RGB (Red+Green+Blue) = 213+159+103=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F67 is #2A6098. Grayscale: #A9A9A9. Windows color (decimal): -2777241 or 6791125. OLE color: 6791125.
HSL color Cylindrical-coordinate representation of color #D59F67: hue angle of 30.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D59F67 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 103 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.16 |
| HSL | 30.55º | 0.57% | 0.62% | - |
| HSV(B) | 30.55º | 0.52% | 0.84% | - |
| XYZ | 42.29 | 39.92 | 18.31 | - |
| YUV | 168.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 103 | 0 | 0.25 | 0.52 | 0.16 | 30.55 | 0.57 | 0.62 |
| Hex | D5 | 9F | 67 | 0 | 19 | 34 | 10 | 1F | 39 | 3E |
| Octal | 325 | 237 | 147 | 0 | 31 | 64 | 20 | 37 | 71 | 76 |
| Binary | 11010101 | 10011111 | 1100111 | 0 | 11001 | 110100 | 10000 | 11111 | 111001 | 111110 |
Color Harmonies of #D59F67
Complementary color
Monochromatic Colors of #D59F67
Black with #D59F67
Text Example
Text Example
White with #D59F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F67; }
p { color: rgb(213,159,103); }
H1.HeaderClassName
{
color: #D59F67;
}
.AnyTagClassName
{
color: #D59F67;
}
</style>
background-color css
<style>
a { background-color: #D59F67; }
a { background-color: rgb(213,159,103); }
div.DivClassName
{
background-color: #D59F67;
}
.BgClassName
{
background-color: #D59F67;
}
</style>
border-color css
<style>
span { border-color: #D59F67; }
span { border-color: rgb(213,159,103); }
td.TdClassName
{
border-color: #D59F67;
}
.TagClassName
{
border-color: #D59F67;
}
</style>