Shades of Porsche #DC9A65
Tints of Porsche #DC9A65
RGB
CMYK
RGB Variations
Color information
#DC9A65 (or 0xDC9A65) is known color: Porsche. HEX triplet: DC, 9A and 65. RGB value is (220,154,101). Sum of RGB (Red+Green+Blue) = 220+154+101=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A65 is #23659A. Grayscale: #A7A7A7. Windows color (decimal): -2319771 or 6658780. OLE color: 6658780.
HSL color Cylindrical-coordinate representation of color #DC9A65: hue angle of 26.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9A65 is Cyan = 0, Magento = 0.3, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 101 | - |
| CMYK | 0 | 0.3 | 0.54 | 0.14 |
| HSL | 26.72º | 0.63% | 0.63% | - |
| HSV(B) | 26.72º | 0.54% | 0.86% | - |
| XYZ | 43.42 | 39.27 | 17.6 | - |
| YUV | 167.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 101 | 0 | 0.3 | 0.54 | 0.14 | 26.72 | 0.63 | 0.63 |
| Hex | DC | 9A | 65 | 0 | 1E | 36 | E | 1B | 3F | 3F |
| Octal | 334 | 232 | 145 | 0 | 36 | 66 | 16 | 33 | 77 | 77 |
| Binary | 11011100 | 10011010 | 1100101 | 0 | 11110 | 110110 | 1110 | 11011 | 111111 | 111111 |
Color Harmonies of #DC9A65
Complementary color
Monochromatic Colors of #DC9A65
Black with #DC9A65
Text Example
Text Example
White with #DC9A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A65; }
p { color: rgb(220,154,101); }
H1.HeaderClassName
{
color: #DC9A65;
}
.AnyTagClassName
{
color: #DC9A65;
}
</style>
background-color css
<style>
a { background-color: #DC9A65; }
a { background-color: rgb(220,154,101); }
div.DivClassName
{
background-color: #DC9A65;
}
.BgClassName
{
background-color: #DC9A65;
}
</style>
border-color css
<style>
span { border-color: #DC9A65; }
span { border-color: rgb(220,154,101); }
td.TdClassName
{
border-color: #DC9A65;
}
.TagClassName
{
border-color: #DC9A65;
}
</style>