Shades of Porsche #DBA26A
Tints of Porsche #DBA26A
RGB
CMYK
RGB Variations
Color information
#DBA26A (or 0xDBA26A) is known color: Porsche. HEX triplet: DB, A2 and 6A. RGB value is (219,162,106). Sum of RGB (Red+Green+Blue) = 219+162+106=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA26A is #245D95. Grayscale: #ACACAC. Windows color (decimal): -2383254 or 6988507. OLE color: 6988507.
HSL color Cylindrical-coordinate representation of color #DBA26A: hue angle of 29.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBA26A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 106 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.14 |
| HSL | 29.73º | 0.61% | 0.64% | - |
| HSV(B) | 29.73º | 0.52% | 0.86% | - |
| XYZ | 44.74 | 41.94 | 19.37 | - |
| YUV | 172.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 106 | 0 | 0.26 | 0.52 | 0.14 | 29.73 | 0.61 | 0.64 |
| Hex | DB | A2 | 6A | 0 | 1A | 34 | E | 1E | 3D | 40 |
| Octal | 333 | 242 | 152 | 0 | 32 | 64 | 16 | 36 | 75 | 100 |
| Binary | 11011011 | 10100010 | 1101010 | 0 | 11010 | 110100 | 1110 | 11110 | 111101 | 1000000 |
Color Harmonies of #DBA26A
Complementary color
Monochromatic Colors of #DBA26A
Black with #DBA26A
Text Example
Text Example
White with #DBA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA26A; }
p { color: rgb(219,162,106); }
H1.HeaderClassName
{
color: #DBA26A;
}
.AnyTagClassName
{
color: #DBA26A;
}
</style>
background-color css
<style>
a { background-color: #DBA26A; }
a { background-color: rgb(219,162,106); }
div.DivClassName
{
background-color: #DBA26A;
}
.BgClassName
{
background-color: #DBA26A;
}
</style>
border-color css
<style>
span { border-color: #DBA26A; }
span { border-color: rgb(219,162,106); }
td.TdClassName
{
border-color: #DBA26A;
}
.TagClassName
{
border-color: #DBA26A;
}
</style>