Shades of Porsche #DC9456
Tints of Porsche #DC9456
RGB
CMYK
RGB Variations
Color information
#DC9456 (or 0xDC9456) is known color: Porsche. HEX triplet: DC, 94 and 56. RGB value is (220,148,86). Sum of RGB (Red+Green+Blue) = 220+148+86=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9456 is #236BA9. Grayscale: #A2A2A2. Windows color (decimal): -2321322 or 5674204. OLE color: 5674204.
HSL color Cylindrical-coordinate representation of color #DC9456: hue angle of 27.76º 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 #DC9456 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 86 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.14 |
| HSL | 27.76º | 0.66% | 0.6% | - |
| HSV(B) | 27.76º | 0.61% | 0.86% | - |
| XYZ | 41.78 | 37.07 | 13.76 | - |
| YUV | 162.46 | 84.85 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 86 | 0 | 0.33 | 0.61 | 0.14 | 27.76 | 0.66 | 0.6 |
| Hex | DC | 94 | 56 | 0 | 21 | 3D | E | 1C | 42 | 3C |
| Octal | 334 | 224 | 126 | 0 | 41 | 75 | 16 | 34 | 102 | 74 |
| Binary | 11011100 | 10010100 | 1010110 | 0 | 100001 | 111101 | 1110 | 11100 | 1000010 | 111100 |
Color Harmonies of #DC9456
Complementary color
Monochromatic Colors of #DC9456
Black with #DC9456
Text Example
Text Example
White with #DC9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9456; }
p { color: rgb(220,148,86); }
H1.HeaderClassName
{
color: #DC9456;
}
.AnyTagClassName
{
color: #DC9456;
}
</style>
background-color css
<style>
a { background-color: #DC9456; }
a { background-color: rgb(220,148,86); }
div.DivClassName
{
background-color: #DC9456;
}
.BgClassName
{
background-color: #DC9456;
}
</style>
border-color css
<style>
span { border-color: #DC9456; }
span { border-color: rgb(220,148,86); }
td.TdClassName
{
border-color: #DC9456;
}
.TagClassName
{
border-color: #DC9456;
}
</style>