Shades of Porsche #DA9A54
Tints of Porsche #DA9A54
RGB
CMYK
RGB Variations
Color information
#DA9A54 (or 0xDA9A54) is known color: Porsche. HEX triplet: DA, 9A and 54. RGB value is (218,154,84). Sum of RGB (Red+Green+Blue) = 218+154+84=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A54 is #2565AB. Grayscale: #A5A5A5. Windows color (decimal): -2450860 or 5544666. OLE color: 5544666.
HSL color Cylindrical-coordinate representation of color #DA9A54: hue angle of 31.34º 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 #DA9A54 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 84 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.15 |
| HSL | 31.34º | 0.64% | 0.59% | - |
| HSV(B) | 31.34º | 0.61% | 0.85% | - |
| XYZ | 42.07 | 38.66 | 13.63 | - |
| YUV | 165.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 84 | 0 | 0.29 | 0.61 | 0.15 | 31.34 | 0.64 | 0.59 |
| Hex | DA | 9A | 54 | 0 | 1D | 3D | F | 1F | 40 | 3B |
| Octal | 332 | 232 | 124 | 0 | 35 | 75 | 17 | 37 | 100 | 73 |
| Binary | 11011010 | 10011010 | 1010100 | 0 | 11101 | 111101 | 1111 | 11111 | 1000000 | 111011 |
Color Harmonies of #DA9A54
Complementary color
Monochromatic Colors of #DA9A54
Black with #DA9A54
Text Example
Text Example
White with #DA9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A54; }
p { color: rgb(218,154,84); }
H1.HeaderClassName
{
color: #DA9A54;
}
.AnyTagClassName
{
color: #DA9A54;
}
</style>
background-color css
<style>
a { background-color: #DA9A54; }
a { background-color: rgb(218,154,84); }
div.DivClassName
{
background-color: #DA9A54;
}
.BgClassName
{
background-color: #DA9A54;
}
</style>
border-color css
<style>
span { border-color: #DA9A54; }
span { border-color: rgb(218,154,84); }
td.TdClassName
{
border-color: #DA9A54;
}
.TagClassName
{
border-color: #DA9A54;
}
</style>