Shades of Porsche #DC9A54
Tints of Porsche #DC9A54
RGB
CMYK
RGB Variations
Color information
#DC9A54 (or 0xDC9A54) is known color: Porsche. HEX triplet: DC, 9A and 54. RGB value is (220,154,84). Sum of RGB (Red+Green+Blue) = 220+154+84=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A54 is #2365AB. Grayscale: #A6A6A6. Windows color (decimal): -2319788 or 5544668. OLE color: 5544668.
HSL color Cylindrical-coordinate representation of color #DC9A54: hue angle of 30.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9A54 is Cyan = 0, Magento = 0.3, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 84 | - |
| CMYK | 0 | 0.3 | 0.62 | 0.14 |
| HSL | 30.88º | 0.66% | 0.6% | - |
| HSV(B) | 30.88º | 0.62% | 0.86% | - |
| XYZ | 42.67 | 38.97 | 13.66 | - |
| YUV | 165.75 | 81.87 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 84 | 0 | 0.3 | 0.62 | 0.14 | 30.88 | 0.66 | 0.6 |
| Hex | DC | 9A | 54 | 0 | 1E | 3E | E | 1F | 42 | 3C |
| Octal | 334 | 232 | 124 | 0 | 36 | 76 | 16 | 37 | 102 | 74 |
| Binary | 11011100 | 10011010 | 1010100 | 0 | 11110 | 111110 | 1110 | 11111 | 1000010 | 111100 |
Color Harmonies of #DC9A54
Complementary color
Monochromatic Colors of #DC9A54
Black with #DC9A54
Text Example
Text Example
White with #DC9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A54; }
p { color: rgb(220,154,84); }
H1.HeaderClassName
{
color: #DC9A54;
}
.AnyTagClassName
{
color: #DC9A54;
}
</style>
background-color css
<style>
a { background-color: #DC9A54; }
a { background-color: rgb(220,154,84); }
div.DivClassName
{
background-color: #DC9A54;
}
.BgClassName
{
background-color: #DC9A54;
}
</style>
border-color css
<style>
span { border-color: #DC9A54; }
span { border-color: rgb(220,154,84); }
td.TdClassName
{
border-color: #DC9A54;
}
.TagClassName
{
border-color: #DC9A54;
}
</style>