Shades of Porsche #DB9B68
Tints of Porsche #DB9B68
RGB
CMYK
RGB Variations
Color information
#DB9B68 (or 0xDB9B68) is known color: Porsche. HEX triplet: DB, 9B and 68. RGB value is (219,155,104). Sum of RGB (Red+Green+Blue) = 219+155+104=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B68 is #246497. Grayscale: #A8A8A8. Windows color (decimal): -2385048 or 6855643. OLE color: 6855643.
HSL color Cylindrical-coordinate representation of color #DB9B68: hue angle of 26.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9B68 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 104 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.14 |
| HSL | 26.61º | 0.61% | 0.63% | - |
| HSV(B) | 26.61º | 0.53% | 0.86% | - |
| XYZ | 43.43 | 39.5 | 18.43 | - |
| YUV | 168.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 104 | 0 | 0.29 | 0.53 | 0.14 | 26.61 | 0.61 | 0.63 |
| Hex | DB | 9B | 68 | 0 | 1D | 35 | E | 1B | 3D | 3F |
| Octal | 333 | 233 | 150 | 0 | 35 | 65 | 16 | 33 | 75 | 77 |
| Binary | 11011011 | 10011011 | 1101000 | 0 | 11101 | 110101 | 1110 | 11011 | 111101 | 111111 |
Color Harmonies of #DB9B68
Complementary color
Monochromatic Colors of #DB9B68
Black with #DB9B68
Text Example
Text Example
White with #DB9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B68; }
p { color: rgb(219,155,104); }
H1.HeaderClassName
{
color: #DB9B68;
}
.AnyTagClassName
{
color: #DB9B68;
}
</style>
background-color css
<style>
a { background-color: #DB9B68; }
a { background-color: rgb(219,155,104); }
div.DivClassName
{
background-color: #DB9B68;
}
.BgClassName
{
background-color: #DB9B68;
}
</style>
border-color css
<style>
span { border-color: #DB9B68; }
span { border-color: rgb(219,155,104); }
td.TdClassName
{
border-color: #DB9B68;
}
.TagClassName
{
border-color: #DB9B68;
}
</style>