Shades of Porsche #DCA067
Tints of Porsche #DCA067
RGB
CMYK
RGB Variations
Color information
#DCA067 (or 0xDCA067) is known color: Porsche. HEX triplet: DC, A0 and 67. RGB value is (220,160,103). Sum of RGB (Red+Green+Blue) = 220+160+103=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA067 is #235F98. Grayscale: #ABABAB. Windows color (decimal): -2318233 or 6791388. OLE color: 6791388.
HSL color Cylindrical-coordinate representation of color #DCA067: hue angle of 29.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCA067 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 103 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.14 |
| HSL | 29.23º | 0.63% | 0.63% | - |
| HSV(B) | 29.23º | 0.53% | 0.86% | - |
| XYZ | 44.53 | 41.34 | 18.46 | - |
| YUV | 171.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 103 | 0 | 0.27 | 0.53 | 0.14 | 29.23 | 0.63 | 0.63 |
| Hex | DC | A0 | 67 | 0 | 1B | 35 | E | 1D | 3F | 3F |
| Octal | 334 | 240 | 147 | 0 | 33 | 65 | 16 | 35 | 77 | 77 |
| Binary | 11011100 | 10100000 | 1100111 | 0 | 11011 | 110101 | 1110 | 11101 | 111111 | 111111 |
Color Harmonies of #DCA067
Complementary color
Monochromatic Colors of #DCA067
Black with #DCA067
Text Example
Text Example
White with #DCA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA067; }
p { color: rgb(220,160,103); }
H1.HeaderClassName
{
color: #DCA067;
}
.AnyTagClassName
{
color: #DCA067;
}
</style>
background-color css
<style>
a { background-color: #DCA067; }
a { background-color: rgb(220,160,103); }
div.DivClassName
{
background-color: #DCA067;
}
.BgClassName
{
background-color: #DCA067;
}
</style>
border-color css
<style>
span { border-color: #DCA067; }
span { border-color: rgb(220,160,103); }
td.TdClassName
{
border-color: #DCA067;
}
.TagClassName
{
border-color: #DCA067;
}
</style>