Shades of Porsche #DCA26A
Tints of Porsche #DCA26A
RGB
CMYK
RGB Variations
Color information
#DCA26A (or 0xDCA26A) is known color: Porsche. HEX triplet: DC, A2 and 6A. RGB value is (220,162,106). Sum of RGB (Red+Green+Blue) = 220+162+106=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA26A is #235D95. Grayscale: #ADADAD. Windows color (decimal): -2317718 or 6988508. OLE color: 6988508.
HSL color Cylindrical-coordinate representation of color #DCA26A: hue angle of 29.47º degrees, saturation: 0.62, 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 #DCA26A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 106 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.14 |
| HSL | 29.47º | 0.62% | 0.64% | - |
| HSV(B) | 29.47º | 0.52% | 0.86% | - |
| XYZ | 45.04 | 42.1 | 19.39 | - |
| YUV | 172.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 106 | 0 | 0.26 | 0.52 | 0.14 | 29.47 | 0.62 | 0.64 |
| Hex | DC | A2 | 6A | 0 | 1A | 34 | E | 1D | 3E | 40 |
| Octal | 334 | 242 | 152 | 0 | 32 | 64 | 16 | 35 | 76 | 100 |
| Binary | 11011100 | 10100010 | 1101010 | 0 | 11010 | 110100 | 1110 | 11101 | 111110 | 1000000 |
Color Harmonies of #DCA26A
Complementary color
Monochromatic Colors of #DCA26A
Black with #DCA26A
Text Example
Text Example
White with #DCA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA26A; }
p { color: rgb(220,162,106); }
H1.HeaderClassName
{
color: #DCA26A;
}
.AnyTagClassName
{
color: #DCA26A;
}
</style>
background-color css
<style>
a { background-color: #DCA26A; }
a { background-color: rgb(220,162,106); }
div.DivClassName
{
background-color: #DCA26A;
}
.BgClassName
{
background-color: #DCA26A;
}
</style>
border-color css
<style>
span { border-color: #DCA26A; }
span { border-color: rgb(220,162,106); }
td.TdClassName
{
border-color: #DCA26A;
}
.TagClassName
{
border-color: #DCA26A;
}
</style>