Shades of Porsche #DCA162
Tints of Porsche #DCA162
RGB
CMYK
RGB Variations
Color information
#DCA162 (or 0xDCA162) is known color: Porsche. HEX triplet: DC, A1 and 62. RGB value is (220,161,98). Sum of RGB (Red+Green+Blue) = 220+161+98=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA162 is #235E9D. Grayscale: #ABABAB. Windows color (decimal): -2317982 or 6463964. OLE color: 6463964.
HSL color Cylindrical-coordinate representation of color #DCA162: hue angle of 30.98º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCA162 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 98 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.14 |
| HSL | 30.98º | 0.64% | 0.62% | - |
| HSV(B) | 30.98º | 0.55% | 0.86% | - |
| XYZ | 44.46 | 41.59 | 17.24 | - |
| YUV | 171.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 98 | 0 | 0.27 | 0.55 | 0.14 | 30.98 | 0.64 | 0.62 |
| Hex | DC | A1 | 62 | 0 | 1B | 37 | E | 1F | 40 | 3E |
| Octal | 334 | 241 | 142 | 0 | 33 | 67 | 16 | 37 | 100 | 76 |
| Binary | 11011100 | 10100001 | 1100010 | 0 | 11011 | 110111 | 1110 | 11111 | 1000000 | 111110 |
Color Harmonies of #DCA162
Complementary color
Monochromatic Colors of #DCA162
Black with #DCA162
Text Example
Text Example
White with #DCA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA162; }
p { color: rgb(220,161,98); }
H1.HeaderClassName
{
color: #DCA162;
}
.AnyTagClassName
{
color: #DCA162;
}
</style>
background-color css
<style>
a { background-color: #DCA162; }
a { background-color: rgb(220,161,98); }
div.DivClassName
{
background-color: #DCA162;
}
.BgClassName
{
background-color: #DCA162;
}
</style>
border-color css
<style>
span { border-color: #DCA162; }
span { border-color: rgb(220,161,98); }
td.TdClassName
{
border-color: #DCA162;
}
.TagClassName
{
border-color: #DCA162;
}
</style>