Shades of Porsche #DF9B5B
Tints of Porsche #DF9B5B
RGB
CMYK
RGB Variations
Color information
#DF9B5B (or 0xDF9B5B) is known color: Porsche. HEX triplet: DF, 9B and 5B. RGB value is (223,155,91). Sum of RGB (Red+Green+Blue) = 223+155+91=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B5B is #2064A4. Grayscale: #A8A8A8. Windows color (decimal): -2122917 or 6003679. OLE color: 6003679.
HSL color Cylindrical-coordinate representation of color #DF9B5B: hue angle of 29.09º 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 #DF9B5B is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 91 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.13 |
| HSL | 29.09º | 0.67% | 0.62% | - |
| HSV(B) | 29.09º | 0.59% | 0.87% | - |
| XYZ | 44.04 | 39.89 | 15.28 | - |
| YUV | 168.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 91 | 0 | 0.30 | 0.59 | 0.13 | 29.09 | 0.67 | 0.62 |
| Hex | DF | 9B | 5B | 0 | 1E | 3B | D | 1D | 43 | 3E |
| Octal | 337 | 233 | 133 | 0 | 36 | 73 | 15 | 35 | 103 | 76 |
| Binary | 11011111 | 10011011 | 1011011 | 0 | 11110 | 111011 | 1101 | 11101 | 1000011 | 111110 |
Color Harmonies of #DF9B5B
Complementary color
Monochromatic Colors of #DF9B5B
Black with #DF9B5B
Text Example
Text Example
White with #DF9B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B5B; }
p { color: rgb(223,155,91); }
H1.HeaderClassName
{
color: #DF9B5B;
}
.AnyTagClassName
{
color: #DF9B5B;
}
</style>
background-color css
<style>
a { background-color: #DF9B5B; }
a { background-color: rgb(223,155,91); }
div.DivClassName
{
background-color: #DF9B5B;
}
.BgClassName
{
background-color: #DF9B5B;
}
</style>
border-color css
<style>
span { border-color: #DF9B5B; }
span { border-color: rgb(223,155,91); }
td.TdClassName
{
border-color: #DF9B5B;
}
.TagClassName
{
border-color: #DF9B5B;
}
</style>