Shades of Porsche #DBA269
Tints of Porsche #DBA269
RGB
CMYK
RGB Variations
Color information
#DBA269 (or 0xDBA269) is known color: Porsche. HEX triplet: DB, A2 and 69. RGB value is (219,162,105). Sum of RGB (Red+Green+Blue) = 219+162+105=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA269 is #245D96. Grayscale: #ACACAC. Windows color (decimal): -2383255 or 6922971. OLE color: 6922971.
HSL color Cylindrical-coordinate representation of color #DBA269: hue angle of 30º 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 #DBA269 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 105 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.14 |
| HSL | 30º | 0.61% | 0.64% | - |
| HSV(B) | 30º | 0.52% | 0.86% | - |
| XYZ | 44.68 | 41.92 | 19.1 | - |
| YUV | 172.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 105 | 0 | 0.26 | 0.52 | 0.14 | 30 | 0.61 | 0.64 |
| Hex | DB | A2 | 69 | 0 | 1A | 34 | E | 1E | 3D | 40 |
| Octal | 333 | 242 | 151 | 0 | 32 | 64 | 16 | 36 | 75 | 100 |
| Binary | 11011011 | 10100010 | 1101001 | 0 | 11010 | 110100 | 1110 | 11110 | 111101 | 1000000 |
Color Harmonies of #DBA269
Complementary color
Monochromatic Colors of #DBA269
Black with #DBA269
Text Example
Text Example
White with #DBA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA269; }
p { color: rgb(219,162,105); }
H1.HeaderClassName
{
color: #DBA269;
}
.AnyTagClassName
{
color: #DBA269;
}
</style>
background-color css
<style>
a { background-color: #DBA269; }
a { background-color: rgb(219,162,105); }
div.DivClassName
{
background-color: #DBA269;
}
.BgClassName
{
background-color: #DBA269;
}
</style>
border-color css
<style>
span { border-color: #DBA269; }
span { border-color: rgb(219,162,105); }
td.TdClassName
{
border-color: #DBA269;
}
.TagClassName
{
border-color: #DBA269;
}
</style>