Shades of Porsche #DA9E59
Tints of Porsche #DA9E59
RGB
CMYK
RGB Variations
Color information
#DA9E59 (or 0xDA9E59) is known color: Porsche. HEX triplet: DA, 9E and 59. RGB value is (218,158,89). Sum of RGB (Red+Green+Blue) = 218+158+89=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E59 is #2561A6. Grayscale: #A8A8A8. Windows color (decimal): -2449831 or 5873370. OLE color: 5873370.
HSL color Cylindrical-coordinate representation of color #DA9E59: hue angle of 32.09º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA9E59 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 89 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.15 |
| HSL | 32.09º | 0.64% | 0.6% | - |
| HSV(B) | 32.09º | 0.59% | 0.85% | - |
| XYZ | 42.94 | 40.08 | 14.92 | - |
| YUV | 168.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 89 | 0 | 0.28 | 0.59 | 0.15 | 32.09 | 0.64 | 0.6 |
| Hex | DA | 9E | 59 | 0 | 1C | 3B | F | 20 | 40 | 3C |
| Octal | 332 | 236 | 131 | 0 | 34 | 73 | 17 | 40 | 100 | 74 |
| Binary | 11011010 | 10011110 | 1011001 | 0 | 11100 | 111011 | 1111 | 100000 | 1000000 | 111100 |
Color Harmonies of #DA9E59
Complementary color
Monochromatic Colors of #DA9E59
Black with #DA9E59
Text Example
Text Example
White with #DA9E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E59; }
p { color: rgb(218,158,89); }
H1.HeaderClassName
{
color: #DA9E59;
}
.AnyTagClassName
{
color: #DA9E59;
}
</style>
background-color css
<style>
a { background-color: #DA9E59; }
a { background-color: rgb(218,158,89); }
div.DivClassName
{
background-color: #DA9E59;
}
.BgClassName
{
background-color: #DA9E59;
}
</style>
border-color css
<style>
span { border-color: #DA9E59; }
span { border-color: rgb(218,158,89); }
td.TdClassName
{
border-color: #DA9E59;
}
.TagClassName
{
border-color: #DA9E59;
}
</style>