Shades of Porsche #DC975E
Tints of Porsche #DC975E
RGB
CMYK
RGB Variations
Color information
#DC975E (or 0xDC975E) is known color: Porsche. HEX triplet: DC, 97 and 5E. RGB value is (220,151,94). Sum of RGB (Red+Green+Blue) = 220+151+94=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC975E is #2368A1. Grayscale: #A5A5A5. Windows color (decimal): -2320546 or 6199260. OLE color: 6199260.
HSL color Cylindrical-coordinate representation of color #DC975E: hue angle of 27.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC975E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 94 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.14 |
| HSL | 27.14º | 0.64% | 0.62% | - |
| HSV(B) | 27.14º | 0.57% | 0.86% | - |
| XYZ | 42.6 | 38.16 | 15.71 | - |
| YUV | 165.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 94 | 0 | 0.31 | 0.57 | 0.14 | 27.14 | 0.64 | 0.62 |
| Hex | DC | 97 | 5E | 0 | 1F | 39 | E | 1B | 40 | 3E |
| Octal | 334 | 227 | 136 | 0 | 37 | 71 | 16 | 33 | 100 | 76 |
| Binary | 11011100 | 10010111 | 1011110 | 0 | 11111 | 111001 | 1110 | 11011 | 1000000 | 111110 |
Color Harmonies of #DC975E
Complementary color
Monochromatic Colors of #DC975E
Black with #DC975E
Text Example
Text Example
White with #DC975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC975E; }
p { color: rgb(220,151,94); }
H1.HeaderClassName
{
color: #DC975E;
}
.AnyTagClassName
{
color: #DC975E;
}
</style>
background-color css
<style>
a { background-color: #DC975E; }
a { background-color: rgb(220,151,94); }
div.DivClassName
{
background-color: #DC975E;
}
.BgClassName
{
background-color: #DC975E;
}
</style>
border-color css
<style>
span { border-color: #DC975E; }
span { border-color: rgb(220,151,94); }
td.TdClassName
{
border-color: #DC975E;
}
.TagClassName
{
border-color: #DC975E;
}
</style>