Shades of Porsche #DC9455
Tints of Porsche #DC9455
RGB
CMYK
RGB Variations
Color information
#DC9455 (or 0xDC9455) is known color: Porsche. HEX triplet: DC, 94 and 55. RGB value is (220,148,85). Sum of RGB (Red+Green+Blue) = 220+148+85=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9455 is #236BAA. Grayscale: #A2A2A2. Windows color (decimal): -2321323 or 5608668. OLE color: 5608668.
HSL color Cylindrical-coordinate representation of color #DC9455: hue angle of 28º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC9455 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 85 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.14 |
| HSL | 28º | 0.66% | 0.6% | - |
| HSV(B) | 28º | 0.61% | 0.86% | - |
| XYZ | 41.74 | 37.05 | 13.55 | - |
| YUV | 162.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 85 | 0 | 0.33 | 0.61 | 0.14 | 28 | 0.66 | 0.6 |
| Hex | DC | 94 | 55 | 0 | 21 | 3D | E | 1C | 42 | 3C |
| Octal | 334 | 224 | 125 | 0 | 41 | 75 | 16 | 34 | 102 | 74 |
| Binary | 11011100 | 10010100 | 1010101 | 0 | 100001 | 111101 | 1110 | 11100 | 1000010 | 111100 |
Color Harmonies of #DC9455
Complementary color
Monochromatic Colors of #DC9455
Black with #DC9455
Text Example
Text Example
White with #DC9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9455; }
p { color: rgb(220,148,85); }
H1.HeaderClassName
{
color: #DC9455;
}
.AnyTagClassName
{
color: #DC9455;
}
</style>
background-color css
<style>
a { background-color: #DC9455; }
a { background-color: rgb(220,148,85); }
div.DivClassName
{
background-color: #DC9455;
}
.BgClassName
{
background-color: #DC9455;
}
</style>
border-color css
<style>
span { border-color: #DC9455; }
span { border-color: rgb(220,148,85); }
td.TdClassName
{
border-color: #DC9455;
}
.TagClassName
{
border-color: #DC9455;
}
</style>