Shades of Porsche #DA9859
Tints of Porsche #DA9859
RGB
CMYK
RGB Variations
Color information
#DA9859 (or 0xDA9859) is known color: Porsche. HEX triplet: DA, 98 and 59. RGB value is (218,152,89). Sum of RGB (Red+Green+Blue) = 218+152+89=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9859 is #2567A6. Grayscale: #A4A4A4. Windows color (decimal): -2451367 or 5871834. OLE color: 5871834.
HSL color Cylindrical-coordinate representation of color #DA9859: hue angle of 29.3º 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 #DA9859 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 89 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.15 |
| HSL | 29.3º | 0.64% | 0.6% | - |
| HSV(B) | 29.3º | 0.59% | 0.85% | - |
| XYZ | 41.94 | 38.08 | 14.59 | - |
| YUV | 164.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 89 | 0 | 0.30 | 0.59 | 0.15 | 29.3 | 0.64 | 0.6 |
| Hex | DA | 98 | 59 | 0 | 1E | 3B | F | 1D | 40 | 3C |
| Octal | 332 | 230 | 131 | 0 | 36 | 73 | 17 | 35 | 100 | 74 |
| Binary | 11011010 | 10011000 | 1011001 | 0 | 11110 | 111011 | 1111 | 11101 | 1000000 | 111100 |
Color Harmonies of #DA9859
Complementary color
Monochromatic Colors of #DA9859
Black with #DA9859
Text Example
Text Example
White with #DA9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9859; }
p { color: rgb(218,152,89); }
H1.HeaderClassName
{
color: #DA9859;
}
.AnyTagClassName
{
color: #DA9859;
}
</style>
background-color css
<style>
a { background-color: #DA9859; }
a { background-color: rgb(218,152,89); }
div.DivClassName
{
background-color: #DA9859;
}
.BgClassName
{
background-color: #DA9859;
}
</style>
border-color css
<style>
span { border-color: #DA9859; }
span { border-color: rgb(218,152,89); }
td.TdClassName
{
border-color: #DA9859;
}
.TagClassName
{
border-color: #DA9859;
}
</style>