Shades of Porsche #DF965C
Tints of Porsche #DF965C
RGB
CMYK
RGB Variations
Color information
#DF965C (or 0xDF965C) is known color: Porsche. HEX triplet: DF, 96 and 5C. RGB value is (223,150,92). Sum of RGB (Red+Green+Blue) = 223+150+92=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF965C is #2069A3. Grayscale: #A5A5A5. Windows color (decimal): -2124196 or 6067935. OLE color: 6067935.
HSL color Cylindrical-coordinate representation of color #DF965C: hue angle of 26.56º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF965C is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 92 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.13 |
| HSL | 26.56º | 0.67% | 0.62% | - |
| HSV(B) | 26.56º | 0.59% | 0.87% | - |
| XYZ | 43.27 | 38.27 | 15.23 | - |
| YUV | 165.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 92 | 0 | 0.33 | 0.59 | 0.13 | 26.56 | 0.67 | 0.62 |
| Hex | DF | 96 | 5C | 0 | 21 | 3B | D | 1B | 43 | 3E |
| Octal | 337 | 226 | 134 | 0 | 41 | 73 | 15 | 33 | 103 | 76 |
| Binary | 11011111 | 10010110 | 1011100 | 0 | 100001 | 111011 | 1101 | 11011 | 1000011 | 111110 |
Color Harmonies of #DF965C
Complementary color
Monochromatic Colors of #DF965C
Black with #DF965C
Text Example
Text Example
White with #DF965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF965C; }
p { color: rgb(223,150,92); }
H1.HeaderClassName
{
color: #DF965C;
}
.AnyTagClassName
{
color: #DF965C;
}
</style>
background-color css
<style>
a { background-color: #DF965C; }
a { background-color: rgb(223,150,92); }
div.DivClassName
{
background-color: #DF965C;
}
.BgClassName
{
background-color: #DF965C;
}
</style>
border-color css
<style>
span { border-color: #DF965C; }
span { border-color: rgb(223,150,92); }
td.TdClassName
{
border-color: #DF965C;
}
.TagClassName
{
border-color: #DF965C;
}
</style>