Shades of Porsche #DBA461
Tints of Porsche #DBA461
RGB
CMYK
RGB Variations
Color information
#DBA461 (or 0xDBA461) is known color: Porsche. HEX triplet: DB, A4 and 61. RGB value is (219,164,97). Sum of RGB (Red+Green+Blue) = 219+164+97=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA461 is #245B9E. Grayscale: #ADADAD. Windows color (decimal): -2382751 or 6399195. OLE color: 6399195.
HSL color Cylindrical-coordinate representation of color #DBA461: hue angle of 32.95º 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 #DBA461 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 97 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.14 |
| HSL | 32.95º | 0.63% | 0.62% | - |
| HSV(B) | 32.95º | 0.56% | 0.86% | - |
| XYZ | 44.65 | 42.47 | 17.15 | - |
| YUV | 172.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 97 | 0 | 0.25 | 0.56 | 0.14 | 32.95 | 0.63 | 0.62 |
| Hex | DB | A4 | 61 | 0 | 19 | 38 | E | 21 | 3F | 3E |
| Octal | 333 | 244 | 141 | 0 | 31 | 70 | 16 | 41 | 77 | 76 |
| Binary | 11011011 | 10100100 | 1100001 | 0 | 11001 | 111000 | 1110 | 100001 | 111111 | 111110 |
Color Harmonies of #DBA461
Complementary color
Monochromatic Colors of #DBA461
Black with #DBA461
Text Example
Text Example
White with #DBA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA461; }
p { color: rgb(219,164,97); }
H1.HeaderClassName
{
color: #DBA461;
}
.AnyTagClassName
{
color: #DBA461;
}
</style>
background-color css
<style>
a { background-color: #DBA461; }
a { background-color: rgb(219,164,97); }
div.DivClassName
{
background-color: #DBA461;
}
.BgClassName
{
background-color: #DBA461;
}
</style>
border-color css
<style>
span { border-color: #DBA461; }
span { border-color: rgb(219,164,97); }
td.TdClassName
{
border-color: #DBA461;
}
.TagClassName
{
border-color: #DBA461;
}
</style>