Shades of Porsche #DBA261
Tints of Porsche #DBA261
RGB
CMYK
RGB Variations
Color information
#DBA261 (or 0xDBA261) is known color: Porsche. HEX triplet: DB, A2 and 61. RGB value is (219,162,97). Sum of RGB (Red+Green+Blue) = 219+162+97=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA261 is #245D9E. Grayscale: #ABABAB. Windows color (decimal): -2383263 or 6398683. OLE color: 6398683.
HSL color Cylindrical-coordinate representation of color #DBA261: hue angle of 31.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBA261 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 97 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.14 |
| HSL | 31.97º | 0.63% | 0.62% | - |
| HSV(B) | 31.97º | 0.56% | 0.86% | - |
| XYZ | 44.29 | 41.76 | 17.04 | - |
| YUV | 171.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 97 | 0 | 0.26 | 0.56 | 0.14 | 31.97 | 0.63 | 0.62 |
| Hex | DB | A2 | 61 | 0 | 1A | 38 | E | 20 | 3F | 3E |
| Octal | 333 | 242 | 141 | 0 | 32 | 70 | 16 | 40 | 77 | 76 |
| Binary | 11011011 | 10100010 | 1100001 | 0 | 11010 | 111000 | 1110 | 100000 | 111111 | 111110 |
Color Harmonies of #DBA261
Complementary color
Monochromatic Colors of #DBA261
Black with #DBA261
Text Example
Text Example
White with #DBA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA261; }
p { color: rgb(219,162,97); }
H1.HeaderClassName
{
color: #DBA261;
}
.AnyTagClassName
{
color: #DBA261;
}
</style>
background-color css
<style>
a { background-color: #DBA261; }
a { background-color: rgb(219,162,97); }
div.DivClassName
{
background-color: #DBA261;
}
.BgClassName
{
background-color: #DBA261;
}
</style>
border-color css
<style>
span { border-color: #DBA261; }
span { border-color: rgb(219,162,97); }
td.TdClassName
{
border-color: #DBA261;
}
.TagClassName
{
border-color: #DBA261;
}
</style>