Shades of Porsche #DC9657
Tints of Porsche #DC9657
RGB
CMYK
RGB Variations
Color information
#DC9657 (or 0xDC9657) is known color: Porsche. HEX triplet: DC, 96 and 57. RGB value is (220,150,87). Sum of RGB (Red+Green+Blue) = 220+150+87=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9657 is #2369A8. Grayscale: #A4A4A4. Windows color (decimal): -2320809 or 5740252. OLE color: 5740252.
HSL color Cylindrical-coordinate representation of color #DC9657: hue angle of 28.42º 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 #DC9657 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 87 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.14 |
| HSL | 28.42º | 0.66% | 0.6% | - |
| HSV(B) | 28.42º | 0.6% | 0.86% | - |
| XYZ | 42.14 | 37.72 | 14.08 | - |
| YUV | 163.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 87 | 0 | 0.32 | 0.60 | 0.14 | 28.42 | 0.66 | 0.6 |
| Hex | DC | 96 | 57 | 0 | 20 | 3C | E | 1C | 42 | 3C |
| Octal | 334 | 226 | 127 | 0 | 40 | 74 | 16 | 34 | 102 | 74 |
| Binary | 11011100 | 10010110 | 1010111 | 0 | 100000 | 111100 | 1110 | 11100 | 1000010 | 111100 |
Color Harmonies of #DC9657
Complementary color
Monochromatic Colors of #DC9657
Black with #DC9657
Text Example
Text Example
White with #DC9657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9657; }
p { color: rgb(220,150,87); }
H1.HeaderClassName
{
color: #DC9657;
}
.AnyTagClassName
{
color: #DC9657;
}
</style>
background-color css
<style>
a { background-color: #DC9657; }
a { background-color: rgb(220,150,87); }
div.DivClassName
{
background-color: #DC9657;
}
.BgClassName
{
background-color: #DC9657;
}
</style>
border-color css
<style>
span { border-color: #DC9657; }
span { border-color: rgb(220,150,87); }
td.TdClassName
{
border-color: #DC9657;
}
.TagClassName
{
border-color: #DC9657;
}
</style>