Shades of Porsche #DCA56C
Tints of Porsche #DCA56C
RGB
CMYK
RGB Variations
Color information
#DCA56C (or 0xDCA56C) is known color: Porsche. HEX triplet: DC, A5 and 6C. RGB value is (220,165,108). Sum of RGB (Red+Green+Blue) = 220+165+108=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA56C is #235A93. Grayscale: #AFAFAF. Windows color (decimal): -2316948 or 7120348. OLE color: 7120348.
HSL color Cylindrical-coordinate representation of color #DCA56C: hue angle of 30.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCA56C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 108 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.14 |
| HSL | 30.54º | 0.62% | 0.64% | - |
| HSV(B) | 30.54º | 0.51% | 0.86% | - |
| XYZ | 45.68 | 43.21 | 20.12 | - |
| YUV | 174.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 108 | 0 | 0.25 | 0.51 | 0.14 | 30.54 | 0.62 | 0.64 |
| Hex | DC | A5 | 6C | 0 | 19 | 33 | E | 1F | 3E | 40 |
| Octal | 334 | 245 | 154 | 0 | 31 | 63 | 16 | 37 | 76 | 100 |
| Binary | 11011100 | 10100101 | 1101100 | 0 | 11001 | 110011 | 1110 | 11111 | 111110 | 1000000 |
Color Harmonies of #DCA56C
Complementary color
Monochromatic Colors of #DCA56C
Black with #DCA56C
Text Example
Text Example
White with #DCA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA56C; }
p { color: rgb(220,165,108); }
H1.HeaderClassName
{
color: #DCA56C;
}
.AnyTagClassName
{
color: #DCA56C;
}
</style>
background-color css
<style>
a { background-color: #DCA56C; }
a { background-color: rgb(220,165,108); }
div.DivClassName
{
background-color: #DCA56C;
}
.BgClassName
{
background-color: #DCA56C;
}
</style>
border-color css
<style>
span { border-color: #DCA56C; }
span { border-color: rgb(220,165,108); }
td.TdClassName
{
border-color: #DCA56C;
}
.TagClassName
{
border-color: #DCA56C;
}
</style>