Shades of Porsche #DCA161
Tints of Porsche #DCA161
RGB
CMYK
RGB Variations
Color information
#DCA161 (or 0xDCA161) is known color: Porsche. HEX triplet: DC, A1 and 61. RGB value is (220,161,97). Sum of RGB (Red+Green+Blue) = 220+161+97=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA161 is #235E9E. Grayscale: #ABABAB. Windows color (decimal): -2317983 or 6398428. OLE color: 6398428.
HSL color Cylindrical-coordinate representation of color #DCA161: hue angle of 31.22º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCA161 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 97 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.14 |
| HSL | 31.22º | 0.64% | 0.62% | - |
| HSV(B) | 31.22º | 0.56% | 0.86% | - |
| XYZ | 44.42 | 41.57 | 16.99 | - |
| YUV | 171.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 97 | 0 | 0.27 | 0.56 | 0.14 | 31.22 | 0.64 | 0.62 |
| Hex | DC | A1 | 61 | 0 | 1B | 38 | E | 1F | 40 | 3E |
| Octal | 334 | 241 | 141 | 0 | 33 | 70 | 16 | 37 | 100 | 76 |
| Binary | 11011100 | 10100001 | 1100001 | 0 | 11011 | 111000 | 1110 | 11111 | 1000000 | 111110 |
Color Harmonies of #DCA161
Complementary color
Monochromatic Colors of #DCA161
Black with #DCA161
Text Example
Text Example
White with #DCA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA161; }
p { color: rgb(220,161,97); }
H1.HeaderClassName
{
color: #DCA161;
}
.AnyTagClassName
{
color: #DCA161;
}
</style>
background-color css
<style>
a { background-color: #DCA161; }
a { background-color: rgb(220,161,97); }
div.DivClassName
{
background-color: #DCA161;
}
.BgClassName
{
background-color: #DCA161;
}
</style>
border-color css
<style>
span { border-color: #DCA161; }
span { border-color: rgb(220,161,97); }
td.TdClassName
{
border-color: #DCA161;
}
.TagClassName
{
border-color: #DCA161;
}
</style>