Shades of Porsche #DC9953
Tints of Porsche #DC9953
RGB
CMYK
RGB Variations
Color information
#DC9953 (or 0xDC9953) is known color: Porsche. HEX triplet: DC, 99 and 53. RGB value is (220,153,83). Sum of RGB (Red+Green+Blue) = 220+153+83=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9953 is #2366AC. Grayscale: #A5A5A5. Windows color (decimal): -2320045 or 5478876. OLE color: 5478876.
HSL color Cylindrical-coordinate representation of color #DC9953: hue angle of 30.66º 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 #DC9953 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 83 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.14 |
| HSL | 30.66º | 0.66% | 0.59% | - |
| HSV(B) | 30.66º | 0.62% | 0.86% | - |
| XYZ | 42.47 | 38.62 | 13.4 | - |
| YUV | 165.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 83 | 0 | 0.30 | 0.62 | 0.14 | 30.66 | 0.66 | 0.59 |
| Hex | DC | 99 | 53 | 0 | 1E | 3E | E | 1F | 42 | 3B |
| Octal | 334 | 231 | 123 | 0 | 36 | 76 | 16 | 37 | 102 | 73 |
| Binary | 11011100 | 10011001 | 1010011 | 0 | 11110 | 111110 | 1110 | 11111 | 1000010 | 111011 |
Color Harmonies of #DC9953
Complementary color
Monochromatic Colors of #DC9953
Black with #DC9953
Text Example
Text Example
White with #DC9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9953; }
p { color: rgb(220,153,83); }
H1.HeaderClassName
{
color: #DC9953;
}
.AnyTagClassName
{
color: #DC9953;
}
</style>
background-color css
<style>
a { background-color: #DC9953; }
a { background-color: rgb(220,153,83); }
div.DivClassName
{
background-color: #DC9953;
}
.BgClassName
{
background-color: #DC9953;
}
</style>
border-color css
<style>
span { border-color: #DC9953; }
span { border-color: rgb(220,153,83); }
td.TdClassName
{
border-color: #DC9953;
}
.TagClassName
{
border-color: #DC9953;
}
</style>