Shades of Porsche #DA9855
Tints of Porsche #DA9855
RGB
CMYK
RGB Variations
Color information
#DA9855 (or 0xDA9855) is known color: Porsche. HEX triplet: DA, 98 and 55. RGB value is (218,152,85). Sum of RGB (Red+Green+Blue) = 218+152+85=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9855 is #2567AA. Grayscale: #A4A4A4. Windows color (decimal): -2451371 or 5609690. OLE color: 5609690.
HSL color Cylindrical-coordinate representation of color #DA9855: hue angle of 30.23º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA9855 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 85 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.15 |
| HSL | 30.23º | 0.64% | 0.59% | - |
| HSV(B) | 30.23º | 0.61% | 0.85% | - |
| XYZ | 41.78 | 38.02 | 13.73 | - |
| YUV | 164.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 85 | 0 | 0.30 | 0.61 | 0.15 | 30.23 | 0.64 | 0.59 |
| Hex | DA | 98 | 55 | 0 | 1E | 3D | F | 1E | 40 | 3B |
| Octal | 332 | 230 | 125 | 0 | 36 | 75 | 17 | 36 | 100 | 73 |
| Binary | 11011010 | 10011000 | 1010101 | 0 | 11110 | 111101 | 1111 | 11110 | 1000000 | 111011 |
Color Harmonies of #DA9855
Complementary color
Monochromatic Colors of #DA9855
Black with #DA9855
Text Example
Text Example
White with #DA9855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9855; }
p { color: rgb(218,152,85); }
H1.HeaderClassName
{
color: #DA9855;
}
.AnyTagClassName
{
color: #DA9855;
}
</style>
background-color css
<style>
a { background-color: #DA9855; }
a { background-color: rgb(218,152,85); }
div.DivClassName
{
background-color: #DA9855;
}
.BgClassName
{
background-color: #DA9855;
}
</style>
border-color css
<style>
span { border-color: #DA9855; }
span { border-color: rgb(218,152,85); }
td.TdClassName
{
border-color: #DA9855;
}
.TagClassName
{
border-color: #DA9855;
}
</style>