Shades of Porsche #DA9551
Tints of Porsche #DA9551
RGB
CMYK
RGB Variations
Color information
#DA9551 (or 0xDA9551) is known color: Porsche. HEX triplet: DA, 95 and 51. RGB value is (218,149,81). Sum of RGB (Red+Green+Blue) = 218+149+81=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9551 is #256AAE. Grayscale: #A2A2A2. Windows color (decimal): -2452143 or 5346778. OLE color: 5346778.
HSL color Cylindrical-coordinate representation of color #DA9551: hue angle of 29.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA9551 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 81 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.15 |
| HSL | 29.78º | 0.65% | 0.59% | - |
| HSV(B) | 29.78º | 0.63% | 0.85% | - |
| XYZ | 41.15 | 36.99 | 12.76 | - |
| YUV | 161.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 81 | 0 | 0.32 | 0.63 | 0.15 | 29.78 | 0.65 | 0.59 |
| Hex | DA | 95 | 51 | 0 | 20 | 3F | F | 1E | 41 | 3B |
| Octal | 332 | 225 | 121 | 0 | 40 | 77 | 17 | 36 | 101 | 73 |
| Binary | 11011010 | 10010101 | 1010001 | 0 | 100000 | 111111 | 1111 | 11110 | 1000001 | 111011 |
Color Harmonies of #DA9551
Complementary color
Monochromatic Colors of #DA9551
Black with #DA9551
Text Example
Text Example
White with #DA9551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9551; }
p { color: rgb(218,149,81); }
H1.HeaderClassName
{
color: #DA9551;
}
.AnyTagClassName
{
color: #DA9551;
}
</style>
background-color css
<style>
a { background-color: #DA9551; }
a { background-color: rgb(218,149,81); }
div.DivClassName
{
background-color: #DA9551;
}
.BgClassName
{
background-color: #DA9551;
}
</style>
border-color css
<style>
span { border-color: #DA9551; }
span { border-color: rgb(218,149,81); }
td.TdClassName
{
border-color: #DA9551;
}
.TagClassName
{
border-color: #DA9551;
}
</style>