Shades of Porsche #DC9454
Tints of Porsche #DC9454
RGB
CMYK
RGB Variations
Color information
#DC9454 (or 0xDC9454) is known color: Porsche. HEX triplet: DC, 94 and 54. RGB value is (220,148,84). Sum of RGB (Red+Green+Blue) = 220+148+84=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9454 is #236BAB. Grayscale: #A2A2A2. Windows color (decimal): -2321324 or 5543132. OLE color: 5543132.
HSL color Cylindrical-coordinate representation of color #DC9454: hue angle of 28.24º 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 #DC9454 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 84 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.14 |
| HSL | 28.24º | 0.66% | 0.6% | - |
| HSV(B) | 28.24º | 0.62% | 0.86% | - |
| XYZ | 41.71 | 37.04 | 13.34 | - |
| YUV | 162.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 84 | 0 | 0.33 | 0.62 | 0.14 | 28.24 | 0.66 | 0.6 |
| Hex | DC | 94 | 54 | 0 | 21 | 3E | E | 1C | 42 | 3C |
| Octal | 334 | 224 | 124 | 0 | 41 | 76 | 16 | 34 | 102 | 74 |
| Binary | 11011100 | 10010100 | 1010100 | 0 | 100001 | 111110 | 1110 | 11100 | 1000010 | 111100 |
Color Harmonies of #DC9454
Complementary color
Monochromatic Colors of #DC9454
Black with #DC9454
Text Example
Text Example
White with #DC9454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9454; }
p { color: rgb(220,148,84); }
H1.HeaderClassName
{
color: #DC9454;
}
.AnyTagClassName
{
color: #DC9454;
}
</style>
background-color css
<style>
a { background-color: #DC9454; }
a { background-color: rgb(220,148,84); }
div.DivClassName
{
background-color: #DC9454;
}
.BgClassName
{
background-color: #DC9454;
}
</style>
border-color css
<style>
span { border-color: #DC9454; }
span { border-color: rgb(220,148,84); }
td.TdClassName
{
border-color: #DC9454;
}
.TagClassName
{
border-color: #DC9454;
}
</style>