Shades of Porsche #DF9B5D
Tints of Porsche #DF9B5D
RGB
CMYK
RGB Variations
Color information
#DF9B5D (or 0xDF9B5D) is known color: Porsche. HEX triplet: DF, 9B and 5D. RGB value is (223,155,93). Sum of RGB (Red+Green+Blue) = 223+155+93=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B5D is #2064A2. Grayscale: #A8A8A8. Windows color (decimal): -2122915 or 6134751. OLE color: 6134751.
HSL color Cylindrical-coordinate representation of color #DF9B5D: hue angle of 28.62º 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 #DF9B5D is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 93 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.13 |
| HSL | 28.62º | 0.67% | 0.62% | - |
| HSV(B) | 28.62º | 0.58% | 0.87% | - |
| XYZ | 44.13 | 39.92 | 15.74 | - |
| YUV | 168.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 93 | 0 | 0.30 | 0.58 | 0.13 | 28.62 | 0.67 | 0.62 |
| Hex | DF | 9B | 5D | 0 | 1E | 3A | D | 1D | 43 | 3E |
| Octal | 337 | 233 | 135 | 0 | 36 | 72 | 15 | 35 | 103 | 76 |
| Binary | 11011111 | 10011011 | 1011101 | 0 | 11110 | 111010 | 1101 | 11101 | 1000011 | 111110 |
Color Harmonies of #DF9B5D
Complementary color
Monochromatic Colors of #DF9B5D
Black with #DF9B5D
Text Example
Text Example
White with #DF9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B5D; }
p { color: rgb(223,155,93); }
H1.HeaderClassName
{
color: #DF9B5D;
}
.AnyTagClassName
{
color: #DF9B5D;
}
</style>
background-color css
<style>
a { background-color: #DF9B5D; }
a { background-color: rgb(223,155,93); }
div.DivClassName
{
background-color: #DF9B5D;
}
.BgClassName
{
background-color: #DF9B5D;
}
</style>
border-color css
<style>
span { border-color: #DF9B5D; }
span { border-color: rgb(223,155,93); }
td.TdClassName
{
border-color: #DF9B5D;
}
.TagClassName
{
border-color: #DF9B5D;
}
</style>