Shades of Porsche #DA9550
Tints of Porsche #DA9550
RGB
CMYK
RGB Variations
Color information
#DA9550 (or 0xDA9550) is known color: Porsche. HEX triplet: DA, 95 and 50. RGB value is (218,149,80). Sum of RGB (Red+Green+Blue) = 218+149+80=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9550 is #256AAF. Grayscale: #A2A2A2. Windows color (decimal): -2452144 or 5281242. OLE color: 5281242.
HSL color Cylindrical-coordinate representation of color #DA9550: hue angle of 30º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA9550 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 80 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.15 |
| HSL | 30º | 0.65% | 0.58% | - |
| HSV(B) | 30º | 0.63% | 0.85% | - |
| XYZ | 41.11 | 36.98 | 12.56 | - |
| YUV | 161.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 80 | 0 | 0.32 | 0.63 | 0.15 | 30 | 0.65 | 0.58 |
| Hex | DA | 95 | 50 | 0 | 20 | 3F | F | 1E | 41 | 3A |
| Octal | 332 | 225 | 120 | 0 | 40 | 77 | 17 | 36 | 101 | 72 |
| Binary | 11011010 | 10010101 | 1010000 | 0 | 100000 | 111111 | 1111 | 11110 | 1000001 | 111010 |
Color Harmonies of #DA9550
Complementary color
Monochromatic Colors of #DA9550
Black with #DA9550
Text Example
Text Example
White with #DA9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9550; }
p { color: rgb(218,149,80); }
H1.HeaderClassName
{
color: #DA9550;
}
.AnyTagClassName
{
color: #DA9550;
}
</style>
background-color css
<style>
a { background-color: #DA9550; }
a { background-color: rgb(218,149,80); }
div.DivClassName
{
background-color: #DA9550;
}
.BgClassName
{
background-color: #DA9550;
}
</style>
border-color css
<style>
span { border-color: #DA9550; }
span { border-color: rgb(218,149,80); }
td.TdClassName
{
border-color: #DA9550;
}
.TagClassName
{
border-color: #DA9550;
}
</style>