Shades of Porsche #DB9D61
Tints of Porsche #DB9D61
RGB
CMYK
RGB Variations
Color information
#DB9D61 (or 0xDB9D61) is known color: Porsche. HEX triplet: DB, 9D and 61. RGB value is (219,157,97). Sum of RGB (Red+Green+Blue) = 219+157+97=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D61 is #24629E. Grayscale: #A8A8A8. Windows color (decimal): -2384543 or 6397403. OLE color: 6397403.
HSL color Cylindrical-coordinate representation of color #DB9D61: hue angle of 29.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9D61 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 97 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.14 |
| HSL | 29.51º | 0.63% | 0.62% | - |
| HSV(B) | 29.51º | 0.56% | 0.86% | - |
| XYZ | 43.43 | 40.04 | 16.75 | - |
| YUV | 168.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 97 | 0 | 0.28 | 0.56 | 0.14 | 29.51 | 0.63 | 0.62 |
| Hex | DB | 9D | 61 | 0 | 1C | 38 | E | 1E | 3F | 3E |
| Octal | 333 | 235 | 141 | 0 | 34 | 70 | 16 | 36 | 77 | 76 |
| Binary | 11011011 | 10011101 | 1100001 | 0 | 11100 | 111000 | 1110 | 11110 | 111111 | 111110 |
Color Harmonies of #DB9D61
Complementary color
Monochromatic Colors of #DB9D61
Black with #DB9D61
Text Example
Text Example
White with #DB9D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D61; }
p { color: rgb(219,157,97); }
H1.HeaderClassName
{
color: #DB9D61;
}
.AnyTagClassName
{
color: #DB9D61;
}
</style>
background-color css
<style>
a { background-color: #DB9D61; }
a { background-color: rgb(219,157,97); }
div.DivClassName
{
background-color: #DB9D61;
}
.BgClassName
{
background-color: #DB9D61;
}
</style>
border-color css
<style>
span { border-color: #DB9D61; }
span { border-color: rgb(219,157,97); }
td.TdClassName
{
border-color: #DB9D61;
}
.TagClassName
{
border-color: #DB9D61;
}
</style>