Shades of Porsche #DC9B5E
Tints of Porsche #DC9B5E
RGB
CMYK
RGB Variations
Color information
#DC9B5E (or 0xDC9B5E) is known color: Porsche. HEX triplet: DC, 9B and 5E. RGB value is (220,155,94). Sum of RGB (Red+Green+Blue) = 220+155+94=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B5E is #2364A1. Grayscale: #A7A7A7. Windows color (decimal): -2319522 or 6200284. OLE color: 6200284.
HSL color Cylindrical-coordinate representation of color #DC9B5E: hue angle of 29.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC9B5E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 94 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.14 |
| HSL | 29.05º | 0.64% | 0.62% | - |
| HSV(B) | 29.05º | 0.57% | 0.86% | - |
| XYZ | 43.26 | 39.47 | 15.93 | - |
| YUV | 167.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 94 | 0 | 0.30 | 0.57 | 0.14 | 29.05 | 0.64 | 0.62 |
| Hex | DC | 9B | 5E | 0 | 1E | 39 | E | 1D | 40 | 3E |
| Octal | 334 | 233 | 136 | 0 | 36 | 71 | 16 | 35 | 100 | 76 |
| Binary | 11011100 | 10011011 | 1011110 | 0 | 11110 | 111001 | 1110 | 11101 | 1000000 | 111110 |
Color Harmonies of #DC9B5E
Complementary color
Monochromatic Colors of #DC9B5E
Black with #DC9B5E
Text Example
Text Example
White with #DC9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B5E; }
p { color: rgb(220,155,94); }
H1.HeaderClassName
{
color: #DC9B5E;
}
.AnyTagClassName
{
color: #DC9B5E;
}
</style>
background-color css
<style>
a { background-color: #DC9B5E; }
a { background-color: rgb(220,155,94); }
div.DivClassName
{
background-color: #DC9B5E;
}
.BgClassName
{
background-color: #DC9B5E;
}
</style>
border-color css
<style>
span { border-color: #DC9B5E; }
span { border-color: rgb(220,155,94); }
td.TdClassName
{
border-color: #DC9B5E;
}
.TagClassName
{
border-color: #DC9B5E;
}
</style>