Shades of Porsche #DCA150
Tints of Porsche #DCA150
RGB
CMYK
RGB Variations
Color information
#DCA150 (or 0xDCA150) is known color: Porsche. HEX triplet: DC, A1 and 50. RGB value is (220,161,80). Sum of RGB (Red+Green+Blue) = 220+161+80=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA150 is #235EAF. Grayscale: #A9A9A9. Windows color (decimal): -2318000 or 5284316. OLE color: 5284316.
HSL color Cylindrical-coordinate representation of color #DCA150: hue angle of 34.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCA150 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 80 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.14 |
| HSL | 34.71º | 0.67% | 0.59% | - |
| HSV(B) | 34.71º | 0.64% | 0.86% | - |
| XYZ | 43.71 | 41.28 | 13.25 | - |
| YUV | 169.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 80 | 0 | 0.27 | 0.64 | 0.14 | 34.71 | 0.67 | 0.59 |
| Hex | DC | A1 | 50 | 0 | 1B | 40 | E | 23 | 43 | 3B |
| Octal | 334 | 241 | 120 | 0 | 33 | 100 | 16 | 43 | 103 | 73 |
| Binary | 11011100 | 10100001 | 1010000 | 0 | 11011 | 1000000 | 1110 | 100011 | 1000011 | 111011 |
Color Harmonies of #DCA150
Complementary color
Monochromatic Colors of #DCA150
Black with #DCA150
Text Example
Text Example
White with #DCA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA150; }
p { color: rgb(220,161,80); }
H1.HeaderClassName
{
color: #DCA150;
}
.AnyTagClassName
{
color: #DCA150;
}
</style>
background-color css
<style>
a { background-color: #DCA150; }
a { background-color: rgb(220,161,80); }
div.DivClassName
{
background-color: #DCA150;
}
.BgClassName
{
background-color: #DCA150;
}
</style>
border-color css
<style>
span { border-color: #DCA150; }
span { border-color: rgb(220,161,80); }
td.TdClassName
{
border-color: #DCA150;
}
.TagClassName
{
border-color: #DCA150;
}
</style>