Shades of Porsche #DB9C62
Tints of Porsche #DB9C62
RGB
CMYK
RGB Variations
Color information
#DB9C62 (or 0xDB9C62) is known color: Porsche. HEX triplet: DB, 9C and 62. RGB value is (219,156,98). Sum of RGB (Red+Green+Blue) = 219+156+98=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C62 is #24639D. Grayscale: #A8A8A8. Windows color (decimal): -2384798 or 6462683. OLE color: 6462683.
HSL color Cylindrical-coordinate representation of color #DB9C62: hue angle of 28.76º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9C62 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 98 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.14 |
| HSL | 28.76º | 0.63% | 0.62% | - |
| HSV(B) | 28.76º | 0.55% | 0.86% | - |
| XYZ | 43.31 | 39.72 | 16.94 | - |
| YUV | 168.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 98 | 0 | 0.29 | 0.55 | 0.14 | 28.76 | 0.63 | 0.62 |
| Hex | DB | 9C | 62 | 0 | 1D | 37 | E | 1D | 3F | 3E |
| Octal | 333 | 234 | 142 | 0 | 35 | 67 | 16 | 35 | 77 | 76 |
| Binary | 11011011 | 10011100 | 1100010 | 0 | 11101 | 110111 | 1110 | 11101 | 111111 | 111110 |
Color Harmonies of #DB9C62
Complementary color
Monochromatic Colors of #DB9C62
Black with #DB9C62
Text Example
Text Example
White with #DB9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C62; }
p { color: rgb(219,156,98); }
H1.HeaderClassName
{
color: #DB9C62;
}
.AnyTagClassName
{
color: #DB9C62;
}
</style>
background-color css
<style>
a { background-color: #DB9C62; }
a { background-color: rgb(219,156,98); }
div.DivClassName
{
background-color: #DB9C62;
}
.BgClassName
{
background-color: #DB9C62;
}
</style>
border-color css
<style>
span { border-color: #DB9C62; }
span { border-color: rgb(219,156,98); }
td.TdClassName
{
border-color: #DB9C62;
}
.TagClassName
{
border-color: #DB9C62;
}
</style>