Shades of Porsche #DBA665
Tints of Porsche #DBA665
RGB
CMYK
RGB Variations
Color information
#DBA665 (or 0xDBA665) is known color: Porsche. HEX triplet: DB, A6 and 65. RGB value is (219,166,101). Sum of RGB (Red+Green+Blue) = 219+166+101=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA665 is #24599A. Grayscale: #AEAEAE. Windows color (decimal): -2382235 or 6661851. OLE color: 6661851.
HSL color Cylindrical-coordinate representation of color #DBA665: hue angle of 33.05º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBA665 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 101 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.14 |
| HSL | 33.05º | 0.62% | 0.63% | - |
| HSV(B) | 33.05º | 0.54% | 0.86% | - |
| XYZ | 45.2 | 43.27 | 18.28 | - |
| YUV | 174.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 101 | 0 | 0.24 | 0.54 | 0.14 | 33.05 | 0.62 | 0.63 |
| Hex | DB | A6 | 65 | 0 | 18 | 36 | E | 21 | 3E | 3F |
| Octal | 333 | 246 | 145 | 0 | 30 | 66 | 16 | 41 | 76 | 77 |
| Binary | 11011011 | 10100110 | 1100101 | 0 | 11000 | 110110 | 1110 | 100001 | 111110 | 111111 |
Color Harmonies of #DBA665
Complementary color
Monochromatic Colors of #DBA665
Black with #DBA665
Text Example
Text Example
White with #DBA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA665; }
p { color: rgb(219,166,101); }
H1.HeaderClassName
{
color: #DBA665;
}
.AnyTagClassName
{
color: #DBA665;
}
</style>
background-color css
<style>
a { background-color: #DBA665; }
a { background-color: rgb(219,166,101); }
div.DivClassName
{
background-color: #DBA665;
}
.BgClassName
{
background-color: #DBA665;
}
</style>
border-color css
<style>
span { border-color: #DBA665; }
span { border-color: rgb(219,166,101); }
td.TdClassName
{
border-color: #DBA665;
}
.TagClassName
{
border-color: #DBA665;
}
</style>