Shades of Porsche #DB9E6A
Tints of Porsche #DB9E6A
RGB
CMYK
RGB Variations
Color information
#DB9E6A (or 0xDB9E6A) is known color: Porsche. HEX triplet: DB, 9E and 6A. RGB value is (219,158,106). Sum of RGB (Red+Green+Blue) = 219+158+106=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E6A is #246195. Grayscale: #AAAAAA. Windows color (decimal): -2384278 or 6987483. OLE color: 6987483.
HSL color Cylindrical-coordinate representation of color #DB9E6A: hue angle of 27.61º 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 #DB9E6A is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 158 | 106 | - |
CMYK | 0 | 0.28 | 0.52 | 0.14 |
HSL | 27.61º | 0.61% | 0.64% | - |
HSV(B) | 27.61º | 0.52% | 0.86% | - |
XYZ | 44.04 | 40.55 | 19.14 | - |
YUV | 170.31 | 91.71 | 162.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 158 | 106 | 0 | 0.28 | 0.52 | 0.14 | 27.61 | 0.61 | 0.64 |
Hex | DB | 9E | 6A | 0 | 1C | 34 | E | 1C | 3D | 40 |
Octal | 333 | 236 | 152 | 0 | 34 | 64 | 16 | 34 | 75 | 100 |
Binary | 11011011 | 10011110 | 1101010 | 0 | 11100 | 110100 | 1110 | 11100 | 111101 | 1000000 |
Color Harmonies of #DB9E6A
Complementary color
Monochromatic Colors of #DB9E6A
Black with #DB9E6A
Text Example
Text Example
White with #DB9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E6A; }
p { color: rgb(219,158,106); }
H1.HeaderClassName
{
color: #DB9E6A;
}
.AnyTagClassName
{
color: #DB9E6A;
}
</style>
background-color css
<style>
a { background-color: #DB9E6A; }
a { background-color: rgb(219,158,106); }
div.DivClassName
{
background-color: #DB9E6A;
}
.BgClassName
{
background-color: #DB9E6A;
}
</style>
border-color css
<style>
span { border-color: #DB9E6A; }
span { border-color: rgb(219,158,106); }
td.TdClassName
{
border-color: #DB9E6A;
}
.TagClassName
{
border-color: #DB9E6A;
}
</style>