Shades of Porsche #DBA25A
Tints of Porsche #DBA25A
RGB
CMYK
RGB Variations
Color information
#DBA25A (or 0xDBA25A) is known color: Porsche. HEX triplet: DB, A2 and 5A. RGB value is (219,162,90). Sum of RGB (Red+Green+Blue) = 219+162+90=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA25A is #245DA5. Grayscale: #ABABAB. Windows color (decimal): -2383270 or 5939931. OLE color: 5939931.
HSL color Cylindrical-coordinate representation of color #DBA25A: hue angle of 33.49º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBA25A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 90 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.14 |
| HSL | 33.49º | 0.64% | 0.61% | - |
| HSV(B) | 33.49º | 0.59% | 0.86% | - |
| XYZ | 43.98 | 41.64 | 15.39 | - |
| YUV | 170.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 90 | 0 | 0.26 | 0.59 | 0.14 | 33.49 | 0.64 | 0.61 |
| Hex | DB | A2 | 5A | 0 | 1A | 3B | E | 21 | 40 | 3D |
| Octal | 333 | 242 | 132 | 0 | 32 | 73 | 16 | 41 | 100 | 75 |
| Binary | 11011011 | 10100010 | 1011010 | 0 | 11010 | 111011 | 1110 | 100001 | 1000000 | 111101 |
Color Harmonies of #DBA25A
Complementary color
Monochromatic Colors of #DBA25A
Black with #DBA25A
Text Example
Text Example
White with #DBA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA25A; }
p { color: rgb(219,162,90); }
H1.HeaderClassName
{
color: #DBA25A;
}
.AnyTagClassName
{
color: #DBA25A;
}
</style>
background-color css
<style>
a { background-color: #DBA25A; }
a { background-color: rgb(219,162,90); }
div.DivClassName
{
background-color: #DBA25A;
}
.BgClassName
{
background-color: #DBA25A;
}
</style>
border-color css
<style>
span { border-color: #DBA25A; }
span { border-color: rgb(219,162,90); }
td.TdClassName
{
border-color: #DBA25A;
}
.TagClassName
{
border-color: #DBA25A;
}
</style>