Shades of Porsche #DB9D69
Tints of Porsche #DB9D69
RGB
CMYK
RGB Variations
Color information
#DB9D69 (or 0xDB9D69) is known color: Porsche. HEX triplet: DB, 9D and 69. RGB value is (219,157,105). Sum of RGB (Red+Green+Blue) = 219+157+105=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D69 is #246296. Grayscale: #A9A9A9. Windows color (decimal): -2384535 or 6921691. OLE color: 6921691.
HSL color Cylindrical-coordinate representation of color #DB9D69: hue angle of 27.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB9D69 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 105 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.14 |
| HSL | 27.37º | 0.61% | 0.64% | - |
| HSV(B) | 27.37º | 0.52% | 0.86% | - |
| XYZ | 43.82 | 40.19 | 18.81 | - |
| YUV | 169.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 105 | 0 | 0.28 | 0.52 | 0.14 | 27.37 | 0.61 | 0.64 |
| Hex | DB | 9D | 69 | 0 | 1C | 34 | E | 1B | 3D | 40 |
| Octal | 333 | 235 | 151 | 0 | 34 | 64 | 16 | 33 | 75 | 100 |
| Binary | 11011011 | 10011101 | 1101001 | 0 | 11100 | 110100 | 1110 | 11011 | 111101 | 1000000 |
Color Harmonies of #DB9D69
Complementary color
Monochromatic Colors of #DB9D69
Black with #DB9D69
Text Example
Text Example
White with #DB9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D69; }
p { color: rgb(219,157,105); }
H1.HeaderClassName
{
color: #DB9D69;
}
.AnyTagClassName
{
color: #DB9D69;
}
</style>
background-color css
<style>
a { background-color: #DB9D69; }
a { background-color: rgb(219,157,105); }
div.DivClassName
{
background-color: #DB9D69;
}
.BgClassName
{
background-color: #DB9D69;
}
</style>
border-color css
<style>
span { border-color: #DB9D69; }
span { border-color: rgb(219,157,105); }
td.TdClassName
{
border-color: #DB9D69;
}
.TagClassName
{
border-color: #DB9D69;
}
</style>