Shades of Porsche #DCA665
Tints of Porsche #DCA665
RGB
CMYK
RGB Variations
Color information
#DCA665 (or 0xDCA665) is known color: Porsche. HEX triplet: DC, A6 and 65. RGB value is (220,166,101). Sum of RGB (Red+Green+Blue) = 220+166+101=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA665 is #23599A. Grayscale: #AFAFAF. Windows color (decimal): -2316699 or 6661852. OLE color: 6661852.
HSL color Cylindrical-coordinate representation of color #DCA665: hue angle of 32.77º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCA665 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 101 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.14 |
| HSL | 32.77º | 0.63% | 0.63% | - |
| HSV(B) | 32.77º | 0.54% | 0.86% | - |
| XYZ | 45.5 | 43.43 | 18.3 | - |
| YUV | 174.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 101 | 0 | 0.25 | 0.54 | 0.14 | 32.77 | 0.63 | 0.63 |
| Hex | DC | A6 | 65 | 0 | 19 | 36 | E | 21 | 3F | 3F |
| Octal | 334 | 246 | 145 | 0 | 31 | 66 | 16 | 41 | 77 | 77 |
| Binary | 11011100 | 10100110 | 1100101 | 0 | 11001 | 110110 | 1110 | 100001 | 111111 | 111111 |
Color Harmonies of #DCA665
Complementary color
Monochromatic Colors of #DCA665
Black with #DCA665
Text Example
Text Example
White with #DCA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA665; }
p { color: rgb(220,166,101); }
H1.HeaderClassName
{
color: #DCA665;
}
.AnyTagClassName
{
color: #DCA665;
}
</style>
background-color css
<style>
a { background-color: #DCA665; }
a { background-color: rgb(220,166,101); }
div.DivClassName
{
background-color: #DCA665;
}
.BgClassName
{
background-color: #DCA665;
}
</style>
border-color css
<style>
span { border-color: #DCA665; }
span { border-color: rgb(220,166,101); }
td.TdClassName
{
border-color: #DCA665;
}
.TagClassName
{
border-color: #DCA665;
}
</style>