Shades of Porsche #DCA55D
Tints of Porsche #DCA55D
RGB
CMYK
RGB Variations
Color information
#DCA55D (or 0xDCA55D) is known color: Porsche. HEX triplet: DC, A5 and 5D. RGB value is (220,165,93). Sum of RGB (Red+Green+Blue) = 220+165+93=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA55D is #235AA2. Grayscale: #ADADAD. Windows color (decimal): -2316963 or 6137308. OLE color: 6137308.
HSL color Cylindrical-coordinate representation of color #DCA55D: hue angle of 34.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCA55D is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 93 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.14 |
| HSL | 34.02º | 0.64% | 0.61% | - |
| HSV(B) | 34.02º | 0.58% | 0.86% | - |
| XYZ | 44.95 | 42.92 | 16.27 | - |
| YUV | 173.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 93 | 0 | 0.25 | 0.58 | 0.14 | 34.02 | 0.64 | 0.61 |
| Hex | DC | A5 | 5D | 0 | 19 | 3A | E | 22 | 40 | 3D |
| Octal | 334 | 245 | 135 | 0 | 31 | 72 | 16 | 42 | 100 | 75 |
| Binary | 11011100 | 10100101 | 1011101 | 0 | 11001 | 111010 | 1110 | 100010 | 1000000 | 111101 |
Color Harmonies of #DCA55D
Complementary color
Monochromatic Colors of #DCA55D
Black with #DCA55D
Text Example
Text Example
White with #DCA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA55D; }
p { color: rgb(220,165,93); }
H1.HeaderClassName
{
color: #DCA55D;
}
.AnyTagClassName
{
color: #DCA55D;
}
</style>
background-color css
<style>
a { background-color: #DCA55D; }
a { background-color: rgb(220,165,93); }
div.DivClassName
{
background-color: #DCA55D;
}
.BgClassName
{
background-color: #DCA55D;
}
</style>
border-color css
<style>
span { border-color: #DCA55D; }
span { border-color: rgb(220,165,93); }
td.TdClassName
{
border-color: #DCA55D;
}
.TagClassName
{
border-color: #DCA55D;
}
</style>