Shades of Porsche #DBA567
Tints of Porsche #DBA567
RGB
CMYK
RGB Variations
Color information
#DBA567 (or 0xDBA567) is known color: Porsche. HEX triplet: DB, A5 and 67. RGB value is (219,165,103). Sum of RGB (Red+Green+Blue) = 219+165+103=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA567 is #245A98. Grayscale: #AEAEAE. Windows color (decimal): -2382489 or 6792667. OLE color: 6792667.
HSL color Cylindrical-coordinate representation of color #DBA567: hue angle of 32.07º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBA567 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 103 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.14 |
| HSL | 32.07º | 0.62% | 0.63% | - |
| HSV(B) | 32.07º | 0.53% | 0.86% | - |
| XYZ | 45.12 | 42.95 | 18.74 | - |
| YUV | 174.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 103 | 0 | 0.25 | 0.53 | 0.14 | 32.07 | 0.62 | 0.63 |
| Hex | DB | A5 | 67 | 0 | 19 | 35 | E | 20 | 3E | 3F |
| Octal | 333 | 245 | 147 | 0 | 31 | 65 | 16 | 40 | 76 | 77 |
| Binary | 11011011 | 10100101 | 1100111 | 0 | 11001 | 110101 | 1110 | 100000 | 111110 | 111111 |
Color Harmonies of #DBA567
Complementary color
Monochromatic Colors of #DBA567
Black with #DBA567
Text Example
Text Example
White with #DBA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA567; }
p { color: rgb(219,165,103); }
H1.HeaderClassName
{
color: #DBA567;
}
.AnyTagClassName
{
color: #DBA567;
}
</style>
background-color css
<style>
a { background-color: #DBA567; }
a { background-color: rgb(219,165,103); }
div.DivClassName
{
background-color: #DBA567;
}
.BgClassName
{
background-color: #DBA567;
}
</style>
border-color css
<style>
span { border-color: #DBA567; }
span { border-color: rgb(219,165,103); }
td.TdClassName
{
border-color: #DBA567;
}
.TagClassName
{
border-color: #DBA567;
}
</style>