Shades of Porsche #DB9C6A
Tints of Porsche #DB9C6A
RGB
CMYK
RGB Variations
Color information
#DB9C6A (or 0xDB9C6A) is known color: Porsche. HEX triplet: DB, 9C and 6A. RGB value is (219,156,106). Sum of RGB (Red+Green+Blue) = 219+156+106=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C6A is #246395. Grayscale: #A9A9A9. Windows color (decimal): -2384790 or 6986971. OLE color: 6986971.
HSL color Cylindrical-coordinate representation of color #DB9C6A: hue angle of 26.55º 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 #DB9C6A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 106 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.14 |
| HSL | 26.55º | 0.61% | 0.64% | - |
| HSV(B) | 26.55º | 0.52% | 0.86% | - |
| XYZ | 43.7 | 39.88 | 19.03 | - |
| YUV | 169.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 106 | 0 | 0.29 | 0.52 | 0.14 | 26.55 | 0.61 | 0.64 |
| Hex | DB | 9C | 6A | 0 | 1D | 34 | E | 1B | 3D | 40 |
| Octal | 333 | 234 | 152 | 0 | 35 | 64 | 16 | 33 | 75 | 100 |
| Binary | 11011011 | 10011100 | 1101010 | 0 | 11101 | 110100 | 1110 | 11011 | 111101 | 1000000 |
Color Harmonies of #DB9C6A
Complementary color
Monochromatic Colors of #DB9C6A
Black with #DB9C6A
Text Example
Text Example
White with #DB9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C6A; }
p { color: rgb(219,156,106); }
H1.HeaderClassName
{
color: #DB9C6A;
}
.AnyTagClassName
{
color: #DB9C6A;
}
</style>
background-color css
<style>
a { background-color: #DB9C6A; }
a { background-color: rgb(219,156,106); }
div.DivClassName
{
background-color: #DB9C6A;
}
.BgClassName
{
background-color: #DB9C6A;
}
</style>
border-color css
<style>
span { border-color: #DB9C6A; }
span { border-color: rgb(219,156,106); }
td.TdClassName
{
border-color: #DB9C6A;
}
.TagClassName
{
border-color: #DB9C6A;
}
</style>