Shades of Porsche #DF945D
Tints of Porsche #DF945D
RGB
CMYK
RGB Variations
Color information
#DF945D (or 0xDF945D) is known color: Porsche. HEX triplet: DF, 94 and 5D. RGB value is (223,148,93). Sum of RGB (Red+Green+Blue) = 223+148+93=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF945D is #206BA2. Grayscale: #A4A4A4. Windows color (decimal): -2124707 or 6132959. OLE color: 6132959.
HSL color Cylindrical-coordinate representation of color #DF945D: hue angle of 25.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF945D is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 93 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.13 |
| HSL | 25.38º | 0.67% | 0.62% | - |
| HSV(B) | 25.38º | 0.58% | 0.87% | - |
| XYZ | 43 | 37.66 | 15.36 | - |
| YUV | 164.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 93 | 0 | 0.34 | 0.58 | 0.13 | 25.38 | 0.67 | 0.62 |
| Hex | DF | 94 | 5D | 0 | 22 | 3A | D | 19 | 43 | 3E |
| Octal | 337 | 224 | 135 | 0 | 42 | 72 | 15 | 31 | 103 | 76 |
| Binary | 11011111 | 10010100 | 1011101 | 0 | 100010 | 111010 | 1101 | 11001 | 1000011 | 111110 |
Color Harmonies of #DF945D
Complementary color
Monochromatic Colors of #DF945D
Black with #DF945D
Text Example
Text Example
White with #DF945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF945D; }
p { color: rgb(223,148,93); }
H1.HeaderClassName
{
color: #DF945D;
}
.AnyTagClassName
{
color: #DF945D;
}
</style>
background-color css
<style>
a { background-color: #DF945D; }
a { background-color: rgb(223,148,93); }
div.DivClassName
{
background-color: #DF945D;
}
.BgClassName
{
background-color: #DF945D;
}
</style>
border-color css
<style>
span { border-color: #DF945D; }
span { border-color: rgb(223,148,93); }
td.TdClassName
{
border-color: #DF945D;
}
.TagClassName
{
border-color: #DF945D;
}
</style>