Shades of Porsche #DF9B69
Tints of Porsche #DF9B69
RGB
CMYK
RGB Variations
Color information
#DF9B69 (or 0xDF9B69) is known color: Porsche. HEX triplet: DF, 9B and 69. RGB value is (223,155,105). Sum of RGB (Red+Green+Blue) = 223+155+105=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B69 is #206496. Grayscale: #A9A9A9. Windows color (decimal): -2122903 or 6921183. OLE color: 6921183.
HSL color Cylindrical-coordinate representation of color #DF9B69: hue angle of 25.42º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF9B69 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 105 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.13 |
| HSL | 25.42º | 0.65% | 0.64% | - |
| HSV(B) | 25.42º | 0.53% | 0.87% | - |
| XYZ | 44.7 | 40.15 | 18.76 | - |
| YUV | 169.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 105 | 0 | 0.30 | 0.53 | 0.13 | 25.42 | 0.65 | 0.64 |
| Hex | DF | 9B | 69 | 0 | 1E | 35 | D | 19 | 41 | 40 |
| Octal | 337 | 233 | 151 | 0 | 36 | 65 | 15 | 31 | 101 | 100 |
| Binary | 11011111 | 10011011 | 1101001 | 0 | 11110 | 110101 | 1101 | 11001 | 1000001 | 1000000 |
Color Harmonies of #DF9B69
Complementary color
Monochromatic Colors of #DF9B69
Black with #DF9B69
Text Example
Text Example
White with #DF9B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B69; }
p { color: rgb(223,155,105); }
H1.HeaderClassName
{
color: #DF9B69;
}
.AnyTagClassName
{
color: #DF9B69;
}
</style>
background-color css
<style>
a { background-color: #DF9B69; }
a { background-color: rgb(223,155,105); }
div.DivClassName
{
background-color: #DF9B69;
}
.BgClassName
{
background-color: #DF9B69;
}
</style>
border-color css
<style>
span { border-color: #DF9B69; }
span { border-color: rgb(223,155,105); }
td.TdClassName
{
border-color: #DF9B69;
}
.TagClassName
{
border-color: #DF9B69;
}
</style>