Shades of Porsche #DA9A56
Tints of Porsche #DA9A56
RGB
CMYK
RGB Variations
Color information
#DA9A56 (or 0xDA9A56) is known color: Porsche. HEX triplet: DA, 9A and 56. RGB value is (218,154,86). Sum of RGB (Red+Green+Blue) = 218+154+86=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A56 is #2565A9. Grayscale: #A5A5A5. Windows color (decimal): -2450858 or 5675738. OLE color: 5675738.
HSL color Cylindrical-coordinate representation of color #DA9A56: hue angle of 30.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA9A56 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 86 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.15 |
| HSL | 30.91º | 0.64% | 0.6% | - |
| HSV(B) | 30.91º | 0.61% | 0.85% | - |
| XYZ | 42.15 | 38.69 | 14.05 | - |
| YUV | 165.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 86 | 0 | 0.29 | 0.61 | 0.15 | 30.91 | 0.64 | 0.6 |
| Hex | DA | 9A | 56 | 0 | 1D | 3D | F | 1F | 40 | 3C |
| Octal | 332 | 232 | 126 | 0 | 35 | 75 | 17 | 37 | 100 | 74 |
| Binary | 11011010 | 10011010 | 1010110 | 0 | 11101 | 111101 | 1111 | 11111 | 1000000 | 111100 |
Color Harmonies of #DA9A56
Complementary color
Monochromatic Colors of #DA9A56
Black with #DA9A56
Text Example
Text Example
White with #DA9A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A56; }
p { color: rgb(218,154,86); }
H1.HeaderClassName
{
color: #DA9A56;
}
.AnyTagClassName
{
color: #DA9A56;
}
</style>
background-color css
<style>
a { background-color: #DA9A56; }
a { background-color: rgb(218,154,86); }
div.DivClassName
{
background-color: #DA9A56;
}
.BgClassName
{
background-color: #DA9A56;
}
</style>
border-color css
<style>
span { border-color: #DA9A56; }
span { border-color: rgb(218,154,86); }
td.TdClassName
{
border-color: #DA9A56;
}
.TagClassName
{
border-color: #DA9A56;
}
</style>