Shades of Porsche #DC9D5A
Tints of Porsche #DC9D5A
RGB
CMYK
RGB Variations
Color information
#DC9D5A (or 0xDC9D5A) is known color: Porsche. HEX triplet: DC, 9D and 5A. RGB value is (220,157,90). Sum of RGB (Red+Green+Blue) = 220+157+90=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D5A is #2362A5. Grayscale: #A8A8A8. Windows color (decimal): -2319014 or 5938652. OLE color: 5938652.
HSL color Cylindrical-coordinate representation of color #DC9D5A: hue angle of 30.92º 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 #DC9D5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 90 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.14 |
| HSL | 30.92º | 0.65% | 0.61% | - |
| HSV(B) | 30.92º | 0.59% | 0.86% | - |
| XYZ | 43.42 | 40.07 | 15.12 | - |
| YUV | 168.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 90 | 0 | 0.29 | 0.59 | 0.14 | 30.92 | 0.65 | 0.61 |
| Hex | DC | 9D | 5A | 0 | 1D | 3B | E | 1F | 41 | 3D |
| Octal | 334 | 235 | 132 | 0 | 35 | 73 | 16 | 37 | 101 | 75 |
| Binary | 11011100 | 10011101 | 1011010 | 0 | 11101 | 111011 | 1110 | 11111 | 1000001 | 111101 |
Color Harmonies of #DC9D5A
Complementary color
Monochromatic Colors of #DC9D5A
Black with #DC9D5A
Text Example
Text Example
White with #DC9D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D5A; }
p { color: rgb(220,157,90); }
H1.HeaderClassName
{
color: #DC9D5A;
}
.AnyTagClassName
{
color: #DC9D5A;
}
</style>
background-color css
<style>
a { background-color: #DC9D5A; }
a { background-color: rgb(220,157,90); }
div.DivClassName
{
background-color: #DC9D5A;
}
.BgClassName
{
background-color: #DC9D5A;
}
</style>
border-color css
<style>
span { border-color: #DC9D5A; }
span { border-color: rgb(220,157,90); }
td.TdClassName
{
border-color: #DC9D5A;
}
.TagClassName
{
border-color: #DC9D5A;
}
</style>