Shades of Porsche #DC9654
Tints of Porsche #DC9654
RGB
CMYK
RGB Variations
Color information
#DC9654 (or 0xDC9654) is known color: Porsche. HEX triplet: DC, 96 and 54. RGB value is (220,150,84). Sum of RGB (Red+Green+Blue) = 220+150+84=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9654 is #2369AB. Grayscale: #A3A3A3. Windows color (decimal): -2320812 or 5543644. OLE color: 5543644.
HSL color Cylindrical-coordinate representation of color #DC9654: hue angle of 29.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9654 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 84 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.14 |
| HSL | 29.12º | 0.66% | 0.6% | - |
| HSV(B) | 29.12º | 0.62% | 0.86% | - |
| XYZ | 42.02 | 37.67 | 13.44 | - |
| YUV | 163.41 | 83.19 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 84 | 0 | 0.32 | 0.62 | 0.14 | 29.12 | 0.66 | 0.6 |
| Hex | DC | 96 | 54 | 0 | 20 | 3E | E | 1D | 42 | 3C |
| Octal | 334 | 226 | 124 | 0 | 40 | 76 | 16 | 35 | 102 | 74 |
| Binary | 11011100 | 10010110 | 1010100 | 0 | 100000 | 111110 | 1110 | 11101 | 1000010 | 111100 |
Color Harmonies of #DC9654
Complementary color
Monochromatic Colors of #DC9654
Black with #DC9654
Text Example
Text Example
White with #DC9654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9654; }
p { color: rgb(220,150,84); }
H1.HeaderClassName
{
color: #DC9654;
}
.AnyTagClassName
{
color: #DC9654;
}
</style>
background-color css
<style>
a { background-color: #DC9654; }
a { background-color: rgb(220,150,84); }
div.DivClassName
{
background-color: #DC9654;
}
.BgClassName
{
background-color: #DC9654;
}
</style>
border-color css
<style>
span { border-color: #DC9654; }
span { border-color: rgb(220,150,84); }
td.TdClassName
{
border-color: #DC9654;
}
.TagClassName
{
border-color: #DC9654;
}
</style>