Shades of Porsche #DC9659
Tints of Porsche #DC9659
RGB
CMYK
RGB Variations
Color information
#DC9659 (or 0xDC9659) is known color: Porsche. HEX triplet: DC, 96 and 59. RGB value is (220,150,89). Sum of RGB (Red+Green+Blue) = 220+150+89=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9659 is #2369A6. Grayscale: #A4A4A4. Windows color (decimal): -2320807 or 5871324. OLE color: 5871324.
HSL color Cylindrical-coordinate representation of color #DC9659: hue angle of 27.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9659 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 89 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.14 |
| HSL | 27.94º | 0.65% | 0.61% | - |
| HSV(B) | 27.94º | 0.6% | 0.86% | - |
| XYZ | 42.22 | 37.75 | 14.51 | - |
| YUV | 163.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 89 | 0 | 0.32 | 0.60 | 0.14 | 27.94 | 0.65 | 0.61 |
| Hex | DC | 96 | 59 | 0 | 20 | 3C | E | 1C | 41 | 3D |
| Octal | 334 | 226 | 131 | 0 | 40 | 74 | 16 | 34 | 101 | 75 |
| Binary | 11011100 | 10010110 | 1011001 | 0 | 100000 | 111100 | 1110 | 11100 | 1000001 | 111101 |
Color Harmonies of #DC9659
Complementary color
Monochromatic Colors of #DC9659
Black with #DC9659
Text Example
Text Example
White with #DC9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9659; }
p { color: rgb(220,150,89); }
H1.HeaderClassName
{
color: #DC9659;
}
.AnyTagClassName
{
color: #DC9659;
}
</style>
background-color css
<style>
a { background-color: #DC9659; }
a { background-color: rgb(220,150,89); }
div.DivClassName
{
background-color: #DC9659;
}
.BgClassName
{
background-color: #DC9659;
}
</style>
border-color css
<style>
span { border-color: #DC9659; }
span { border-color: rgb(220,150,89); }
td.TdClassName
{
border-color: #DC9659;
}
.TagClassName
{
border-color: #DC9659;
}
</style>