Shades of Porsche #DF9B51
Tints of Porsche #DF9B51
RGB
CMYK
RGB Variations
Color information
#DF9B51 (or 0xDF9B51) is known color: Porsche. HEX triplet: DF, 9B and 51. RGB value is (223,155,81). Sum of RGB (Red+Green+Blue) = 223+155+81=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B51 is #2064AE. Grayscale: #A7A7A7. Windows color (decimal): -2122927 or 5348319. OLE color: 5348319.
HSL color Cylindrical-coordinate representation of color #DF9B51: hue angle of 31.27º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF9B51 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 81 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.13 |
| HSL | 31.27º | 0.69% | 0.6% | - |
| HSV(B) | 31.27º | 0.64% | 0.87% | - |
| XYZ | 43.64 | 39.72 | 13.15 | - |
| YUV | 166.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 81 | 0 | 0.30 | 0.64 | 0.13 | 31.27 | 0.69 | 0.6 |
| Hex | DF | 9B | 51 | 0 | 1E | 40 | D | 1F | 45 | 3C |
| Octal | 337 | 233 | 121 | 0 | 36 | 100 | 15 | 37 | 105 | 74 |
| Binary | 11011111 | 10011011 | 1010001 | 0 | 11110 | 1000000 | 1101 | 11111 | 1000101 | 111100 |
Color Harmonies of #DF9B51
Complementary color
Monochromatic Colors of #DF9B51
Black with #DF9B51
Text Example
Text Example
White with #DF9B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B51; }
p { color: rgb(223,155,81); }
H1.HeaderClassName
{
color: #DF9B51;
}
.AnyTagClassName
{
color: #DF9B51;
}
</style>
background-color css
<style>
a { background-color: #DF9B51; }
a { background-color: rgb(223,155,81); }
div.DivClassName
{
background-color: #DF9B51;
}
.BgClassName
{
background-color: #DF9B51;
}
</style>
border-color css
<style>
span { border-color: #DF9B51; }
span { border-color: rgb(223,155,81); }
td.TdClassName
{
border-color: #DF9B51;
}
.TagClassName
{
border-color: #DF9B51;
}
</style>