Shades of Porsche #DC9961
Tints of Porsche #DC9961
RGB
CMYK
RGB Variations
Color information
#DC9961 (or 0xDC9961) is known color: Porsche. HEX triplet: DC, 99 and 61. RGB value is (220,153,97). Sum of RGB (Red+Green+Blue) = 220+153+97=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9961 is #23669E. Grayscale: #A6A6A6. Windows color (decimal): -2320031 or 6396380. OLE color: 6396380.
HSL color Cylindrical-coordinate representation of color #DC9961: hue angle of 27.32º 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 #DC9961 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 97 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.14 |
| HSL | 27.32º | 0.64% | 0.62% | - |
| HSV(B) | 27.32º | 0.56% | 0.86% | - |
| XYZ | 43.06 | 38.86 | 16.54 | - |
| YUV | 166.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 97 | 0 | 0.30 | 0.56 | 0.14 | 27.32 | 0.64 | 0.62 |
| Hex | DC | 99 | 61 | 0 | 1E | 38 | E | 1B | 40 | 3E |
| Octal | 334 | 231 | 141 | 0 | 36 | 70 | 16 | 33 | 100 | 76 |
| Binary | 11011100 | 10011001 | 1100001 | 0 | 11110 | 111000 | 1110 | 11011 | 1000000 | 111110 |
Color Harmonies of #DC9961
Complementary color
Monochromatic Colors of #DC9961
Black with #DC9961
Text Example
Text Example
White with #DC9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9961; }
p { color: rgb(220,153,97); }
H1.HeaderClassName
{
color: #DC9961;
}
.AnyTagClassName
{
color: #DC9961;
}
</style>
background-color css
<style>
a { background-color: #DC9961; }
a { background-color: rgb(220,153,97); }
div.DivClassName
{
background-color: #DC9961;
}
.BgClassName
{
background-color: #DC9961;
}
</style>
border-color css
<style>
span { border-color: #DC9961; }
span { border-color: rgb(220,153,97); }
td.TdClassName
{
border-color: #DC9961;
}
.TagClassName
{
border-color: #DC9961;
}
</style>