Shades of Porsche #DCA26B
Tints of Porsche #DCA26B
RGB
CMYK
RGB Variations
Color information
#DCA26B (or 0xDCA26B) is known color: Porsche. HEX triplet: DC, A2 and 6B. RGB value is (220,162,107). Sum of RGB (Red+Green+Blue) = 220+162+107=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA26B is #235D94. Grayscale: #ADADAD. Windows color (decimal): -2317717 or 7054044. OLE color: 7054044.
HSL color Cylindrical-coordinate representation of color #DCA26B: hue angle of 29.2º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCA26B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 107 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.14 |
| HSL | 29.2º | 0.62% | 0.64% | - |
| HSV(B) | 29.2º | 0.51% | 0.86% | - |
| XYZ | 45.09 | 42.12 | 19.66 | - |
| YUV | 173.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 107 | 0 | 0.26 | 0.51 | 0.14 | 29.2 | 0.62 | 0.64 |
| Hex | DC | A2 | 6B | 0 | 1A | 33 | E | 1D | 3E | 40 |
| Octal | 334 | 242 | 153 | 0 | 32 | 63 | 16 | 35 | 76 | 100 |
| Binary | 11011100 | 10100010 | 1101011 | 0 | 11010 | 110011 | 1110 | 11101 | 111110 | 1000000 |
Color Harmonies of #DCA26B
Complementary color
Monochromatic Colors of #DCA26B
Black with #DCA26B
Text Example
Text Example
White with #DCA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA26B; }
p { color: rgb(220,162,107); }
H1.HeaderClassName
{
color: #DCA26B;
}
.AnyTagClassName
{
color: #DCA26B;
}
</style>
background-color css
<style>
a { background-color: #DCA26B; }
a { background-color: rgb(220,162,107); }
div.DivClassName
{
background-color: #DCA26B;
}
.BgClassName
{
background-color: #DCA26B;
}
</style>
border-color css
<style>
span { border-color: #DCA26B; }
span { border-color: rgb(220,162,107); }
td.TdClassName
{
border-color: #DCA26B;
}
.TagClassName
{
border-color: #DCA26B;
}
</style>