Shades of Porsche #DCA358
Tints of Porsche #DCA358
RGB
CMYK
RGB Variations
Color information
#DCA358 (or 0xDCA358) is known color: Porsche. HEX triplet: DC, A3 and 58. RGB value is (220,163,88). Sum of RGB (Red+Green+Blue) = 220+163+88=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA358 is #235CA7. Grayscale: #ABABAB. Windows color (decimal): -2317480 or 5809116. OLE color: 5809116.
HSL color Cylindrical-coordinate representation of color #DCA358: hue angle of 34.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCA358 is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 88 | - |
| CMYK | 0 | 0.26 | 0.6 | 0.14 |
| HSL | 34.09º | 0.65% | 0.6% | - |
| HSV(B) | 34.09º | 0.6% | 0.86% | - |
| XYZ | 44.37 | 42.11 | 15.02 | - |
| YUV | 171.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 88 | 0 | 0.26 | 0.6 | 0.14 | 34.09 | 0.65 | 0.6 |
| Hex | DC | A3 | 58 | 0 | 1A | 3C | E | 22 | 41 | 3C |
| Octal | 334 | 243 | 130 | 0 | 32 | 74 | 16 | 42 | 101 | 74 |
| Binary | 11011100 | 10100011 | 1011000 | 0 | 11010 | 111100 | 1110 | 100010 | 1000001 | 111100 |
Color Harmonies of #DCA358
Complementary color
Monochromatic Colors of #DCA358
Black with #DCA358
Text Example
Text Example
White with #DCA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA358; }
p { color: rgb(220,163,88); }
H1.HeaderClassName
{
color: #DCA358;
}
.AnyTagClassName
{
color: #DCA358;
}
</style>
background-color css
<style>
a { background-color: #DCA358; }
a { background-color: rgb(220,163,88); }
div.DivClassName
{
background-color: #DCA358;
}
.BgClassName
{
background-color: #DCA358;
}
</style>
border-color css
<style>
span { border-color: #DCA358; }
span { border-color: rgb(220,163,88); }
td.TdClassName
{
border-color: #DCA358;
}
.TagClassName
{
border-color: #DCA358;
}
</style>