Shades of Porsche #DC9761
Tints of Porsche #DC9761
RGB
CMYK
RGB Variations
Color information
#DC9761 (or 0xDC9761) is known color: Porsche. HEX triplet: DC, 97 and 61. RGB value is (220,151,97). Sum of RGB (Red+Green+Blue) = 220+151+97=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9761 is #23689E. Grayscale: #A5A5A5. Windows color (decimal): -2320543 or 6395868. OLE color: 6395868.
HSL color Cylindrical-coordinate representation of color #DC9761: hue angle of 26.34º 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 #DC9761 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 97 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.14 |
| HSL | 26.34º | 0.64% | 0.62% | - |
| HSV(B) | 26.34º | 0.56% | 0.86% | - |
| XYZ | 42.74 | 38.21 | 16.43 | - |
| YUV | 165.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 97 | 0 | 0.31 | 0.56 | 0.14 | 26.34 | 0.64 | 0.62 |
| Hex | DC | 97 | 61 | 0 | 1F | 38 | E | 1A | 40 | 3E |
| Octal | 334 | 227 | 141 | 0 | 37 | 70 | 16 | 32 | 100 | 76 |
| Binary | 11011100 | 10010111 | 1100001 | 0 | 11111 | 111000 | 1110 | 11010 | 1000000 | 111110 |
Color Harmonies of #DC9761
Complementary color
Monochromatic Colors of #DC9761
Black with #DC9761
Text Example
Text Example
White with #DC9761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9761; }
p { color: rgb(220,151,97); }
H1.HeaderClassName
{
color: #DC9761;
}
.AnyTagClassName
{
color: #DC9761;
}
</style>
background-color css
<style>
a { background-color: #DC9761; }
a { background-color: rgb(220,151,97); }
div.DivClassName
{
background-color: #DC9761;
}
.BgClassName
{
background-color: #DC9761;
}
</style>
border-color css
<style>
span { border-color: #DC9761; }
span { border-color: rgb(220,151,97); }
td.TdClassName
{
border-color: #DC9761;
}
.TagClassName
{
border-color: #DC9761;
}
</style>