Shades of Porsche #DC9451
Tints of Porsche #DC9451
RGB
CMYK
RGB Variations
Color information
#DC9451 (or 0xDC9451) is known color: Porsche. HEX triplet: DC, 94 and 51. RGB value is (220,148,81). Sum of RGB (Red+Green+Blue) = 220+148+81=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9451 is #236BAE. Grayscale: #A2A2A2. Windows color (decimal): -2321327 or 5346524. OLE color: 5346524.
HSL color Cylindrical-coordinate representation of color #DC9451: hue angle of 28.92º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9451 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 81 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.14 |
| HSL | 28.92º | 0.67% | 0.59% | - |
| HSV(B) | 28.92º | 0.63% | 0.86% | - |
| XYZ | 41.59 | 36.99 | 12.73 | - |
| YUV | 161.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 81 | 0 | 0.33 | 0.63 | 0.14 | 28.92 | 0.67 | 0.59 |
| Hex | DC | 94 | 51 | 0 | 21 | 3F | E | 1D | 43 | 3B |
| Octal | 334 | 224 | 121 | 0 | 41 | 77 | 16 | 35 | 103 | 73 |
| Binary | 11011100 | 10010100 | 1010001 | 0 | 100001 | 111111 | 1110 | 11101 | 1000011 | 111011 |
Color Harmonies of #DC9451
Complementary color
Monochromatic Colors of #DC9451
Black with #DC9451
Text Example
Text Example
White with #DC9451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9451; }
p { color: rgb(220,148,81); }
H1.HeaderClassName
{
color: #DC9451;
}
.AnyTagClassName
{
color: #DC9451;
}
</style>
background-color css
<style>
a { background-color: #DC9451; }
a { background-color: rgb(220,148,81); }
div.DivClassName
{
background-color: #DC9451;
}
.BgClassName
{
background-color: #DC9451;
}
</style>
border-color css
<style>
span { border-color: #DC9451; }
span { border-color: rgb(220,148,81); }
td.TdClassName
{
border-color: #DC9451;
}
.TagClassName
{
border-color: #DC9451;
}
</style>