Shades of Porsche #DC9F53
Tints of Porsche #DC9F53
RGB
CMYK
RGB Variations
Color information
#DC9F53 (or 0xDC9F53) is known color: Porsche. HEX triplet: DC, 9F and 53. RGB value is (220,159,83). Sum of RGB (Red+Green+Blue) = 220+159+83=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F53 is #2360AC. Grayscale: #A8A8A8. Windows color (decimal): -2318509 or 5480412. OLE color: 5480412.
HSL color Cylindrical-coordinate representation of color #DC9F53: hue angle of 33.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC9F53 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 83 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.14 |
| HSL | 33.28º | 0.66% | 0.59% | - |
| HSV(B) | 33.28º | 0.62% | 0.86% | - |
| XYZ | 43.47 | 40.64 | 13.74 | - |
| YUV | 168.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 83 | 0 | 0.28 | 0.62 | 0.14 | 33.28 | 0.66 | 0.59 |
| Hex | DC | 9F | 53 | 0 | 1C | 3E | E | 21 | 42 | 3B |
| Octal | 334 | 237 | 123 | 0 | 34 | 76 | 16 | 41 | 102 | 73 |
| Binary | 11011100 | 10011111 | 1010011 | 0 | 11100 | 111110 | 1110 | 100001 | 1000010 | 111011 |
Color Harmonies of #DC9F53
Complementary color
Monochromatic Colors of #DC9F53
Black with #DC9F53
Text Example
Text Example
White with #DC9F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F53; }
p { color: rgb(220,159,83); }
H1.HeaderClassName
{
color: #DC9F53;
}
.AnyTagClassName
{
color: #DC9F53;
}
</style>
background-color css
<style>
a { background-color: #DC9F53; }
a { background-color: rgb(220,159,83); }
div.DivClassName
{
background-color: #DC9F53;
}
.BgClassName
{
background-color: #DC9F53;
}
</style>
border-color css
<style>
span { border-color: #DC9F53; }
span { border-color: rgb(220,159,83); }
td.TdClassName
{
border-color: #DC9F53;
}
.TagClassName
{
border-color: #DC9F53;
}
</style>