Shades of Porsche #DF9D4F
Tints of Porsche #DF9D4F
RGB
CMYK
RGB Variations
Color information
#DF9D4F (or 0xDF9D4F) is known color: Porsche. HEX triplet: DF, 9D and 4F. RGB value is (223,157,79). Sum of RGB (Red+Green+Blue) = 223+157+79=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D4F is #2062B0. Grayscale: #A8A8A8. Windows color (decimal): -2122417 or 5217759. OLE color: 5217759.
HSL color Cylindrical-coordinate representation of color #DF9D4F: hue angle of 32.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF9D4F is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 79 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.13 |
| HSL | 32.5º | 0.69% | 0.59% | - |
| HSV(B) | 32.5º | 0.65% | 0.87% | - |
| XYZ | 43.9 | 40.37 | 12.87 | - |
| YUV | 167.84 | 77.87 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 79 | 0 | 0.30 | 0.65 | 0.13 | 32.5 | 0.69 | 0.59 |
| Hex | DF | 9D | 4F | 0 | 1E | 41 | D | 20 | 45 | 3B |
| Octal | 337 | 235 | 117 | 0 | 36 | 101 | 15 | 40 | 105 | 73 |
| Binary | 11011111 | 10011101 | 1001111 | 0 | 11110 | 1000001 | 1101 | 100000 | 1000101 | 111011 |
Color Harmonies of #DF9D4F
Complementary color
Monochromatic Colors of #DF9D4F
Black with #DF9D4F
Text Example
Text Example
White with #DF9D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D4F; }
p { color: rgb(223,157,79); }
H1.HeaderClassName
{
color: #DF9D4F;
}
.AnyTagClassName
{
color: #DF9D4F;
}
</style>
background-color css
<style>
a { background-color: #DF9D4F; }
a { background-color: rgb(223,157,79); }
div.DivClassName
{
background-color: #DF9D4F;
}
.BgClassName
{
background-color: #DF9D4F;
}
</style>
border-color css
<style>
span { border-color: #DF9D4F; }
span { border-color: rgb(223,157,79); }
td.TdClassName
{
border-color: #DF9D4F;
}
.TagClassName
{
border-color: #DF9D4F;
}
</style>