Shades of Porsche #DC975F
Tints of Porsche #DC975F
RGB
CMYK
RGB Variations
Color information
#DC975F (or 0xDC975F) is known color: Porsche. HEX triplet: DC, 97 and 5F. RGB value is (220,151,95). Sum of RGB (Red+Green+Blue) = 220+151+95=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC975F is #2368A0. Grayscale: #A5A5A5. Windows color (decimal): -2320545 or 6264796. OLE color: 6264796.
HSL color Cylindrical-coordinate representation of color #DC975F: hue angle of 26.88º 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 #DC975F is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 95 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.14 |
| HSL | 26.88º | 0.64% | 0.62% | - |
| HSV(B) | 26.88º | 0.57% | 0.86% | - |
| XYZ | 42.65 | 38.18 | 15.95 | - |
| YUV | 165.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 95 | 0 | 0.31 | 0.57 | 0.14 | 26.88 | 0.64 | 0.62 |
| Hex | DC | 97 | 5F | 0 | 1F | 39 | E | 1B | 40 | 3E |
| Octal | 334 | 227 | 137 | 0 | 37 | 71 | 16 | 33 | 100 | 76 |
| Binary | 11011100 | 10010111 | 1011111 | 0 | 11111 | 111001 | 1110 | 11011 | 1000000 | 111110 |
Color Harmonies of #DC975F
Complementary color
Monochromatic Colors of #DC975F
Black with #DC975F
Text Example
Text Example
White with #DC975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC975F; }
p { color: rgb(220,151,95); }
H1.HeaderClassName
{
color: #DC975F;
}
.AnyTagClassName
{
color: #DC975F;
}
</style>
background-color css
<style>
a { background-color: #DC975F; }
a { background-color: rgb(220,151,95); }
div.DivClassName
{
background-color: #DC975F;
}
.BgClassName
{
background-color: #DC975F;
}
</style>
border-color css
<style>
span { border-color: #DC975F; }
span { border-color: rgb(220,151,95); }
td.TdClassName
{
border-color: #DC975F;
}
.TagClassName
{
border-color: #DC975F;
}
</style>