Shades of Porsche #DCA25A
Tints of Porsche #DCA25A
RGB
CMYK
RGB Variations
Color information
#DCA25A (or 0xDCA25A) is known color: Porsche. HEX triplet: DC, A2 and 5A. RGB value is (220,162,90). Sum of RGB (Red+Green+Blue) = 220+162+90=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA25A is #235DA5. Grayscale: #ABABAB. Windows color (decimal): -2317734 or 5939932. OLE color: 5939932.
HSL color Cylindrical-coordinate representation of color #DCA25A: hue angle of 33.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCA25A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 90 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.14 |
| HSL | 33.23º | 0.65% | 0.61% | - |
| HSV(B) | 33.23º | 0.59% | 0.86% | - |
| XYZ | 44.28 | 41.79 | 15.41 | - |
| YUV | 171.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 90 | 0 | 0.26 | 0.59 | 0.14 | 33.23 | 0.65 | 0.61 |
| Hex | DC | A2 | 5A | 0 | 1A | 3B | E | 21 | 41 | 3D |
| Octal | 334 | 242 | 132 | 0 | 32 | 73 | 16 | 41 | 101 | 75 |
| Binary | 11011100 | 10100010 | 1011010 | 0 | 11010 | 111011 | 1110 | 100001 | 1000001 | 111101 |
Color Harmonies of #DCA25A
Complementary color
Monochromatic Colors of #DCA25A
Black with #DCA25A
Text Example
Text Example
White with #DCA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA25A; }
p { color: rgb(220,162,90); }
H1.HeaderClassName
{
color: #DCA25A;
}
.AnyTagClassName
{
color: #DCA25A;
}
</style>
background-color css
<style>
a { background-color: #DCA25A; }
a { background-color: rgb(220,162,90); }
div.DivClassName
{
background-color: #DCA25A;
}
.BgClassName
{
background-color: #DCA25A;
}
</style>
border-color css
<style>
span { border-color: #DCA25A; }
span { border-color: rgb(220,162,90); }
td.TdClassName
{
border-color: #DCA25A;
}
.TagClassName
{
border-color: #DCA25A;
}
</style>