Shades of Porsche #DC9853
Tints of Porsche #DC9853
RGB
CMYK
RGB Variations
Color information
#DC9853 (or 0xDC9853) is known color: Porsche. HEX triplet: DC, 98 and 53. RGB value is (220,152,83). Sum of RGB (Red+Green+Blue) = 220+152+83=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9853 is #2367AC. Grayscale: #A4A4A4. Windows color (decimal): -2320301 or 5478620. OLE color: 5478620.
HSL color Cylindrical-coordinate representation of color #DC9853: hue angle of 30.22º 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 #DC9853 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 83 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.14 |
| HSL | 30.22º | 0.66% | 0.59% | - |
| HSV(B) | 30.22º | 0.62% | 0.86% | - |
| XYZ | 42.3 | 38.3 | 13.35 | - |
| YUV | 164.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 83 | 0 | 0.31 | 0.62 | 0.14 | 30.22 | 0.66 | 0.59 |
| Hex | DC | 98 | 53 | 0 | 1F | 3E | E | 1E | 42 | 3B |
| Octal | 334 | 230 | 123 | 0 | 37 | 76 | 16 | 36 | 102 | 73 |
| Binary | 11011100 | 10011000 | 1010011 | 0 | 11111 | 111110 | 1110 | 11110 | 1000010 | 111011 |
Color Harmonies of #DC9853
Complementary color
Monochromatic Colors of #DC9853
Black with #DC9853
Text Example
Text Example
White with #DC9853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9853; }
p { color: rgb(220,152,83); }
H1.HeaderClassName
{
color: #DC9853;
}
.AnyTagClassName
{
color: #DC9853;
}
</style>
background-color css
<style>
a { background-color: #DC9853; }
a { background-color: rgb(220,152,83); }
div.DivClassName
{
background-color: #DC9853;
}
.BgClassName
{
background-color: #DC9853;
}
</style>
border-color css
<style>
span { border-color: #DC9853; }
span { border-color: rgb(220,152,83); }
td.TdClassName
{
border-color: #DC9853;
}
.TagClassName
{
border-color: #DC9853;
}
</style>