Shades of Porsche #DC9558
Tints of Porsche #DC9558
RGB
CMYK
RGB Variations
Color information
#DC9558 (or 0xDC9558) is known color: Porsche. HEX triplet: DC, 95 and 58. RGB value is (220,149,88). Sum of RGB (Red+Green+Blue) = 220+149+88=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9558 is #236AA7. Grayscale: #A3A3A3. Windows color (decimal): -2321064 or 5805532. OLE color: 5805532.
HSL color Cylindrical-coordinate representation of color #DC9558: hue angle of 27.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9558 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 88 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.14 |
| HSL | 27.73º | 0.65% | 0.6% | - |
| HSV(B) | 27.73º | 0.6% | 0.86% | - |
| XYZ | 42.02 | 37.42 | 14.24 | - |
| YUV | 163.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 88 | 0 | 0.32 | 0.6 | 0.14 | 27.73 | 0.65 | 0.6 |
| Hex | DC | 95 | 58 | 0 | 20 | 3C | E | 1C | 41 | 3C |
| Octal | 334 | 225 | 130 | 0 | 40 | 74 | 16 | 34 | 101 | 74 |
| Binary | 11011100 | 10010101 | 1011000 | 0 | 100000 | 111100 | 1110 | 11100 | 1000001 | 111100 |
Color Harmonies of #DC9558
Complementary color
Monochromatic Colors of #DC9558
Black with #DC9558
Text Example
Text Example
White with #DC9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9558; }
p { color: rgb(220,149,88); }
H1.HeaderClassName
{
color: #DC9558;
}
.AnyTagClassName
{
color: #DC9558;
}
</style>
background-color css
<style>
a { background-color: #DC9558; }
a { background-color: rgb(220,149,88); }
div.DivClassName
{
background-color: #DC9558;
}
.BgClassName
{
background-color: #DC9558;
}
</style>
border-color css
<style>
span { border-color: #DC9558; }
span { border-color: rgb(220,149,88); }
td.TdClassName
{
border-color: #DC9558;
}
.TagClassName
{
border-color: #DC9558;
}
</style>