Shades of Porsche #DC9F5A
Tints of Porsche #DC9F5A
RGB
CMYK
RGB Variations
Color information
#DC9F5A (or 0xDC9F5A) is known color: Porsche. HEX triplet: DC, 9F and 5A. RGB value is (220,159,90). Sum of RGB (Red+Green+Blue) = 220+159+90=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F5A is #2360A5. Grayscale: #A9A9A9. Windows color (decimal): -2318502 or 5939164. OLE color: 5939164.
HSL color Cylindrical-coordinate representation of color #DC9F5A: hue angle of 31.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC9F5A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 90 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.14 |
| HSL | 31.85º | 0.65% | 0.61% | - |
| HSV(B) | 31.85º | 0.59% | 0.86% | - |
| XYZ | 43.76 | 40.75 | 15.23 | - |
| YUV | 169.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 90 | 0 | 0.28 | 0.59 | 0.14 | 31.85 | 0.65 | 0.61 |
| Hex | DC | 9F | 5A | 0 | 1C | 3B | E | 20 | 41 | 3D |
| Octal | 334 | 237 | 132 | 0 | 34 | 73 | 16 | 40 | 101 | 75 |
| Binary | 11011100 | 10011111 | 1011010 | 0 | 11100 | 111011 | 1110 | 100000 | 1000001 | 111101 |
Color Harmonies of #DC9F5A
Complementary color
Monochromatic Colors of #DC9F5A
Black with #DC9F5A
Text Example
Text Example
White with #DC9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F5A; }
p { color: rgb(220,159,90); }
H1.HeaderClassName
{
color: #DC9F5A;
}
.AnyTagClassName
{
color: #DC9F5A;
}
</style>
background-color css
<style>
a { background-color: #DC9F5A; }
a { background-color: rgb(220,159,90); }
div.DivClassName
{
background-color: #DC9F5A;
}
.BgClassName
{
background-color: #DC9F5A;
}
</style>
border-color css
<style>
span { border-color: #DC9F5A; }
span { border-color: rgb(220,159,90); }
td.TdClassName
{
border-color: #DC9F5A;
}
.TagClassName
{
border-color: #DC9F5A;
}
</style>