Shades of Porsche #DC9A61
Tints of Porsche #DC9A61
RGB
CMYK
RGB Variations
Color information
#DC9A61 (or 0xDC9A61) is known color: Porsche. HEX triplet: DC, 9A and 61. RGB value is (220,154,97). Sum of RGB (Red+Green+Blue) = 220+154+97=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A61 is #23659E. Grayscale: #A7A7A7. Windows color (decimal): -2319775 or 6396636. OLE color: 6396636.
HSL color Cylindrical-coordinate representation of color #DC9A61: hue angle of 27.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC9A61 is Cyan = 0, Magento = 0.3, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 97 | - |
| CMYK | 0 | 0.3 | 0.56 | 0.14 |
| HSL | 27.8º | 0.64% | 0.62% | - |
| HSV(B) | 27.8º | 0.56% | 0.86% | - |
| XYZ | 43.23 | 39.19 | 16.6 | - |
| YUV | 167.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 97 | 0 | 0.3 | 0.56 | 0.14 | 27.8 | 0.64 | 0.62 |
| Hex | DC | 9A | 61 | 0 | 1E | 38 | E | 1C | 40 | 3E |
| Octal | 334 | 232 | 141 | 0 | 36 | 70 | 16 | 34 | 100 | 76 |
| Binary | 11011100 | 10011010 | 1100001 | 0 | 11110 | 111000 | 1110 | 11100 | 1000000 | 111110 |
Color Harmonies of #DC9A61
Complementary color
Monochromatic Colors of #DC9A61
Black with #DC9A61
Text Example
Text Example
White with #DC9A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A61; }
p { color: rgb(220,154,97); }
H1.HeaderClassName
{
color: #DC9A61;
}
.AnyTagClassName
{
color: #DC9A61;
}
</style>
background-color css
<style>
a { background-color: #DC9A61; }
a { background-color: rgb(220,154,97); }
div.DivClassName
{
background-color: #DC9A61;
}
.BgClassName
{
background-color: #DC9A61;
}
</style>
border-color css
<style>
span { border-color: #DC9A61; }
span { border-color: rgb(220,154,97); }
td.TdClassName
{
border-color: #DC9A61;
}
.TagClassName
{
border-color: #DC9A61;
}
</style>