Shades of Porsche #DBA25F
Tints of Porsche #DBA25F
RGB
CMYK
RGB Variations
Color information
#DBA25F (or 0xDBA25F) is known color: Porsche. HEX triplet: DB, A2 and 5F. RGB value is (219,162,95). Sum of RGB (Red+Green+Blue) = 219+162+95=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA25F is #245DA0. Grayscale: #ABABAB. Windows color (decimal): -2383265 or 6267611. OLE color: 6267611.
HSL color Cylindrical-coordinate representation of color #DBA25F: hue angle of 32.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA25F is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 95 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.14 |
| HSL | 32.42º | 0.63% | 0.62% | - |
| HSV(B) | 32.42º | 0.57% | 0.86% | - |
| XYZ | 44.2 | 41.73 | 16.55 | - |
| YUV | 171.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 95 | 0 | 0.26 | 0.57 | 0.14 | 32.42 | 0.63 | 0.62 |
| Hex | DB | A2 | 5F | 0 | 1A | 39 | E | 20 | 3F | 3E |
| Octal | 333 | 242 | 137 | 0 | 32 | 71 | 16 | 40 | 77 | 76 |
| Binary | 11011011 | 10100010 | 1011111 | 0 | 11010 | 111001 | 1110 | 100000 | 111111 | 111110 |
Color Harmonies of #DBA25F
Complementary color
Monochromatic Colors of #DBA25F
Black with #DBA25F
Text Example
Text Example
White with #DBA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA25F; }
p { color: rgb(219,162,95); }
H1.HeaderClassName
{
color: #DBA25F;
}
.AnyTagClassName
{
color: #DBA25F;
}
</style>
background-color css
<style>
a { background-color: #DBA25F; }
a { background-color: rgb(219,162,95); }
div.DivClassName
{
background-color: #DBA25F;
}
.BgClassName
{
background-color: #DBA25F;
}
</style>
border-color css
<style>
span { border-color: #DBA25F; }
span { border-color: rgb(219,162,95); }
td.TdClassName
{
border-color: #DBA25F;
}
.TagClassName
{
border-color: #DBA25F;
}
</style>