Shades of Porsche #DC9752
Tints of Porsche #DC9752
RGB
CMYK
RGB Variations
Color information
#DC9752 (or 0xDC9752) is known color: Porsche. HEX triplet: DC, 97 and 52. RGB value is (220,151,82). Sum of RGB (Red+Green+Blue) = 220+151+82=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9752 is #2368AD. Grayscale: #A4A4A4. Windows color (decimal): -2320558 or 5412828. OLE color: 5412828.
HSL color Cylindrical-coordinate representation of color #DC9752: hue angle of 30º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9752 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 82 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.14 |
| HSL | 30º | 0.66% | 0.59% | - |
| HSV(B) | 30º | 0.63% | 0.86% | - |
| XYZ | 42.1 | 37.96 | 13.09 | - |
| YUV | 163.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 82 | 0 | 0.31 | 0.63 | 0.14 | 30 | 0.66 | 0.59 |
| Hex | DC | 97 | 52 | 0 | 1F | 3F | E | 1E | 42 | 3B |
| Octal | 334 | 227 | 122 | 0 | 37 | 77 | 16 | 36 | 102 | 73 |
| Binary | 11011100 | 10010111 | 1010010 | 0 | 11111 | 111111 | 1110 | 11110 | 1000010 | 111011 |
Color Harmonies of #DC9752
Complementary color
Monochromatic Colors of #DC9752
Black with #DC9752
Text Example
Text Example
White with #DC9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9752; }
p { color: rgb(220,151,82); }
H1.HeaderClassName
{
color: #DC9752;
}
.AnyTagClassName
{
color: #DC9752;
}
</style>
background-color css
<style>
a { background-color: #DC9752; }
a { background-color: rgb(220,151,82); }
div.DivClassName
{
background-color: #DC9752;
}
.BgClassName
{
background-color: #DC9752;
}
</style>
border-color css
<style>
span { border-color: #DC9752; }
span { border-color: rgb(220,151,82); }
td.TdClassName
{
border-color: #DC9752;
}
.TagClassName
{
border-color: #DC9752;
}
</style>