Shades of Porsche #DC9655
Tints of Porsche #DC9655
RGB
CMYK
RGB Variations
Color information
#DC9655 (or 0xDC9655) is known color: Porsche. HEX triplet: DC, 96 and 55. RGB value is (220,150,85). Sum of RGB (Red+Green+Blue) = 220+150+85=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9655 is #2369AA. Grayscale: #A3A3A3. Windows color (decimal): -2320811 or 5609180. OLE color: 5609180.
HSL color Cylindrical-coordinate representation of color #DC9655: hue angle of 28.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC9655 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 85 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.14 |
| HSL | 28.89º | 0.66% | 0.6% | - |
| HSV(B) | 28.89º | 0.61% | 0.86% | - |
| XYZ | 42.06 | 37.68 | 13.65 | - |
| YUV | 163.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 85 | 0 | 0.32 | 0.61 | 0.14 | 28.89 | 0.66 | 0.6 |
| Hex | DC | 96 | 55 | 0 | 20 | 3D | E | 1D | 42 | 3C |
| Octal | 334 | 226 | 125 | 0 | 40 | 75 | 16 | 35 | 102 | 74 |
| Binary | 11011100 | 10010110 | 1010101 | 0 | 100000 | 111101 | 1110 | 11101 | 1000010 | 111100 |
Color Harmonies of #DC9655
Complementary color
Monochromatic Colors of #DC9655
Black with #DC9655
Text Example
Text Example
White with #DC9655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9655; }
p { color: rgb(220,150,85); }
H1.HeaderClassName
{
color: #DC9655;
}
.AnyTagClassName
{
color: #DC9655;
}
</style>
background-color css
<style>
a { background-color: #DC9655; }
a { background-color: rgb(220,150,85); }
div.DivClassName
{
background-color: #DC9655;
}
.BgClassName
{
background-color: #DC9655;
}
</style>
border-color css
<style>
span { border-color: #DC9655; }
span { border-color: rgb(220,150,85); }
td.TdClassName
{
border-color: #DC9655;
}
.TagClassName
{
border-color: #DC9655;
}
</style>