Shades of Porsche #DC9A53
Tints of Porsche #DC9A53
RGB
CMYK
RGB Variations
Color information
#DC9A53 (or 0xDC9A53) is known color: Porsche. HEX triplet: DC, 9A and 53. RGB value is (220,154,83). Sum of RGB (Red+Green+Blue) = 220+154+83=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A53 is #2365AC. Grayscale: #A5A5A5. Windows color (decimal): -2319789 or 5479132. OLE color: 5479132.
HSL color Cylindrical-coordinate representation of color #DC9A53: hue angle of 31.09º 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 #DC9A53 is Cyan = 0, Magento = 0.3, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 83 | - |
| CMYK | 0 | 0.3 | 0.62 | 0.14 |
| HSL | 31.09º | 0.66% | 0.59% | - |
| HSV(B) | 31.09º | 0.62% | 0.86% | - |
| XYZ | 42.63 | 38.95 | 13.46 | - |
| YUV | 165.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 83 | 0 | 0.3 | 0.62 | 0.14 | 31.09 | 0.66 | 0.59 |
| Hex | DC | 9A | 53 | 0 | 1E | 3E | E | 1F | 42 | 3B |
| Octal | 334 | 232 | 123 | 0 | 36 | 76 | 16 | 37 | 102 | 73 |
| Binary | 11011100 | 10011010 | 1010011 | 0 | 11110 | 111110 | 1110 | 11111 | 1000010 | 111011 |
Color Harmonies of #DC9A53
Complementary color
Monochromatic Colors of #DC9A53
Black with #DC9A53
Text Example
Text Example
White with #DC9A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A53; }
p { color: rgb(220,154,83); }
H1.HeaderClassName
{
color: #DC9A53;
}
.AnyTagClassName
{
color: #DC9A53;
}
</style>
background-color css
<style>
a { background-color: #DC9A53; }
a { background-color: rgb(220,154,83); }
div.DivClassName
{
background-color: #DC9A53;
}
.BgClassName
{
background-color: #DC9A53;
}
</style>
border-color css
<style>
span { border-color: #DC9A53; }
span { border-color: rgb(220,154,83); }
td.TdClassName
{
border-color: #DC9A53;
}
.TagClassName
{
border-color: #DC9A53;
}
</style>