Shades of Porsche #DC9557
Tints of Porsche #DC9557
RGB
CMYK
RGB Variations
Color information
#DC9557 (or 0xDC9557) is known color: Porsche. HEX triplet: DC, 95 and 57. RGB value is (220,149,87). Sum of RGB (Red+Green+Blue) = 220+149+87=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9557 is #236AA8. Grayscale: #A3A3A3. Windows color (decimal): -2321065 or 5739996. OLE color: 5739996.
HSL color Cylindrical-coordinate representation of color #DC9557: hue angle of 27.97º degrees, saturation: 0.66, 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 #DC9557 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 87 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.14 |
| HSL | 27.97º | 0.66% | 0.6% | - |
| HSV(B) | 27.97º | 0.6% | 0.86% | - |
| XYZ | 41.98 | 37.4 | 14.02 | - |
| YUV | 163.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 87 | 0 | 0.32 | 0.60 | 0.14 | 27.97 | 0.66 | 0.6 |
| Hex | DC | 95 | 57 | 0 | 20 | 3C | E | 1C | 42 | 3C |
| Octal | 334 | 225 | 127 | 0 | 40 | 74 | 16 | 34 | 102 | 74 |
| Binary | 11011100 | 10010101 | 1010111 | 0 | 100000 | 111100 | 1110 | 11100 | 1000010 | 111100 |
Color Harmonies of #DC9557
Complementary color
Monochromatic Colors of #DC9557
Black with #DC9557
Text Example
Text Example
White with #DC9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9557; }
p { color: rgb(220,149,87); }
H1.HeaderClassName
{
color: #DC9557;
}
.AnyTagClassName
{
color: #DC9557;
}
</style>
background-color css
<style>
a { background-color: #DC9557; }
a { background-color: rgb(220,149,87); }
div.DivClassName
{
background-color: #DC9557;
}
.BgClassName
{
background-color: #DC9557;
}
</style>
border-color css
<style>
span { border-color: #DC9557; }
span { border-color: rgb(220,149,87); }
td.TdClassName
{
border-color: #DC9557;
}
.TagClassName
{
border-color: #DC9557;
}
</style>