Shades of Porsche #DC9351
Tints of Porsche #DC9351
RGB
CMYK
RGB Variations
Color information
#DC9351 (or 0xDC9351) is known color: Porsche. HEX triplet: DC, 93 and 51. RGB value is (220,147,81). Sum of RGB (Red+Green+Blue) = 220+147+81=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9351 is #236CAE. Grayscale: #A1A1A1. Windows color (decimal): -2321583 or 5346268. OLE color: 5346268.
HSL color Cylindrical-coordinate representation of color #DC9351: hue angle of 28.49º 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 #DC9351 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 81 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.14 |
| HSL | 28.49º | 0.67% | 0.59% | - |
| HSV(B) | 28.49º | 0.63% | 0.86% | - |
| XYZ | 41.43 | 36.68 | 12.68 | - |
| YUV | 161.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 81 | 0 | 0.33 | 0.63 | 0.14 | 28.49 | 0.67 | 0.59 |
| Hex | DC | 93 | 51 | 0 | 21 | 3F | E | 1C | 43 | 3B |
| Octal | 334 | 223 | 121 | 0 | 41 | 77 | 16 | 34 | 103 | 73 |
| Binary | 11011100 | 10010011 | 1010001 | 0 | 100001 | 111111 | 1110 | 11100 | 1000011 | 111011 |
Color Harmonies of #DC9351
Complementary color
Monochromatic Colors of #DC9351
Black with #DC9351
Text Example
Text Example
White with #DC9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9351; }
p { color: rgb(220,147,81); }
H1.HeaderClassName
{
color: #DC9351;
}
.AnyTagClassName
{
color: #DC9351;
}
</style>
background-color css
<style>
a { background-color: #DC9351; }
a { background-color: rgb(220,147,81); }
div.DivClassName
{
background-color: #DC9351;
}
.BgClassName
{
background-color: #DC9351;
}
</style>
border-color css
<style>
span { border-color: #DC9351; }
span { border-color: rgb(220,147,81); }
td.TdClassName
{
border-color: #DC9351;
}
.TagClassName
{
border-color: #DC9351;
}
</style>