Shades of Porsche #DF975A
Tints of Porsche #DF975A
RGB
CMYK
RGB Variations
Color information
#DF975A (or 0xDF975A) is known color: Porsche. HEX triplet: DF, 97 and 5A. RGB value is (223,151,90). Sum of RGB (Red+Green+Blue) = 223+151+90=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF975A is #2068A5. Grayscale: #A5A5A5. Windows color (decimal): -2123942 or 5937119. OLE color: 5937119.
HSL color Cylindrical-coordinate representation of color #DF975A: hue angle of 27.52º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF975A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 90 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.13 |
| HSL | 27.52º | 0.68% | 0.61% | - |
| HSV(B) | 27.52º | 0.6% | 0.87% | - |
| XYZ | 43.34 | 38.56 | 14.83 | - |
| YUV | 165.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 90 | 0 | 0.32 | 0.60 | 0.13 | 27.52 | 0.68 | 0.61 |
| Hex | DF | 97 | 5A | 0 | 20 | 3C | D | 1C | 44 | 3D |
| Octal | 337 | 227 | 132 | 0 | 40 | 74 | 15 | 34 | 104 | 75 |
| Binary | 11011111 | 10010111 | 1011010 | 0 | 100000 | 111100 | 1101 | 11100 | 1000100 | 111101 |
Color Harmonies of #DF975A
Complementary color
Monochromatic Colors of #DF975A
Black with #DF975A
Text Example
Text Example
White with #DF975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF975A; }
p { color: rgb(223,151,90); }
H1.HeaderClassName
{
color: #DF975A;
}
.AnyTagClassName
{
color: #DF975A;
}
</style>
background-color css
<style>
a { background-color: #DF975A; }
a { background-color: rgb(223,151,90); }
div.DivClassName
{
background-color: #DF975A;
}
.BgClassName
{
background-color: #DF975A;
}
</style>
border-color css
<style>
span { border-color: #DF975A; }
span { border-color: rgb(223,151,90); }
td.TdClassName
{
border-color: #DF975A;
}
.TagClassName
{
border-color: #DF975A;
}
</style>