Shades of Porsche #DCA069
Tints of Porsche #DCA069
RGB
CMYK
RGB Variations
Color information
#DCA069 (or 0xDCA069) is known color: Porsche. HEX triplet: DC, A0 and 69. RGB value is (220,160,105). Sum of RGB (Red+Green+Blue) = 220+160+105=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA069 is #235F96. Grayscale: #ABABAB. Windows color (decimal): -2318231 or 6922460. OLE color: 6922460.
HSL color Cylindrical-coordinate representation of color #DCA069: hue angle of 28.7º 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 #DCA069 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 105 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.14 |
| HSL | 28.7º | 0.62% | 0.64% | - |
| HSV(B) | 28.7º | 0.52% | 0.86% | - |
| XYZ | 44.64 | 41.38 | 19 | - |
| YUV | 171.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 105 | 0 | 0.27 | 0.52 | 0.14 | 28.7 | 0.62 | 0.64 |
| Hex | DC | A0 | 69 | 0 | 1B | 34 | E | 1D | 3E | 40 |
| Octal | 334 | 240 | 151 | 0 | 33 | 64 | 16 | 35 | 76 | 100 |
| Binary | 11011100 | 10100000 | 1101001 | 0 | 11011 | 110100 | 1110 | 11101 | 111110 | 1000000 |
Color Harmonies of #DCA069
Complementary color
Monochromatic Colors of #DCA069
Black with #DCA069
Text Example
Text Example
White with #DCA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA069; }
p { color: rgb(220,160,105); }
H1.HeaderClassName
{
color: #DCA069;
}
.AnyTagClassName
{
color: #DCA069;
}
</style>
background-color css
<style>
a { background-color: #DCA069; }
a { background-color: rgb(220,160,105); }
div.DivClassName
{
background-color: #DCA069;
}
.BgClassName
{
background-color: #DCA069;
}
</style>
border-color css
<style>
span { border-color: #DCA069; }
span { border-color: rgb(220,160,105); }
td.TdClassName
{
border-color: #DCA069;
}
.TagClassName
{
border-color: #DCA069;
}
</style>