Shades of Porsche #DC9A57
Tints of Porsche #DC9A57
RGB
CMYK
RGB Variations
Color information
#DC9A57 (or 0xDC9A57) is known color: Porsche. HEX triplet: DC, 9A and 57. RGB value is (220,154,87). Sum of RGB (Red+Green+Blue) = 220+154+87=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A57 is #2365A8. Grayscale: #A6A6A6. Windows color (decimal): -2319785 or 5741276. OLE color: 5741276.
HSL color Cylindrical-coordinate representation of color #DC9A57: hue angle of 30.23º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9A57 is Cyan = 0, Magento = 0.3, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 87 | - |
| CMYK | 0 | 0.3 | 0.60 | 0.14 |
| HSL | 30.23º | 0.66% | 0.6% | - |
| HSV(B) | 30.23º | 0.6% | 0.86% | - |
| XYZ | 42.79 | 39.01 | 14.29 | - |
| YUV | 166.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 87 | 0 | 0.3 | 0.60 | 0.14 | 30.23 | 0.66 | 0.6 |
| Hex | DC | 9A | 57 | 0 | 1E | 3C | E | 1E | 42 | 3C |
| Octal | 334 | 232 | 127 | 0 | 36 | 74 | 16 | 36 | 102 | 74 |
| Binary | 11011100 | 10011010 | 1010111 | 0 | 11110 | 111100 | 1110 | 11110 | 1000010 | 111100 |
Color Harmonies of #DC9A57
Complementary color
Monochromatic Colors of #DC9A57
Black with #DC9A57
Text Example
Text Example
White with #DC9A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A57; }
p { color: rgb(220,154,87); }
H1.HeaderClassName
{
color: #DC9A57;
}
.AnyTagClassName
{
color: #DC9A57;
}
</style>
background-color css
<style>
a { background-color: #DC9A57; }
a { background-color: rgb(220,154,87); }
div.DivClassName
{
background-color: #DC9A57;
}
.BgClassName
{
background-color: #DC9A57;
}
</style>
border-color css
<style>
span { border-color: #DC9A57; }
span { border-color: rgb(220,154,87); }
td.TdClassName
{
border-color: #DC9A57;
}
.TagClassName
{
border-color: #DC9A57;
}
</style>