Shades of Porsche #DA984F
Tints of Porsche #DA984F
RGB
CMYK
RGB Variations
Color information
#DA984F (or 0xDA984F) is known color: Porsche. HEX triplet: DA, 98 and 4F. RGB value is (218,152,79). Sum of RGB (Red+Green+Blue) = 218+152+79=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA984F is #2567B0. Grayscale: #A3A3A3. Windows color (decimal): -2451377 or 5216474. OLE color: 5216474.
HSL color Cylindrical-coordinate representation of color #DA984F: hue angle of 31.51º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA984F is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 79 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.15 |
| HSL | 31.51º | 0.65% | 0.58% | - |
| HSV(B) | 31.51º | 0.64% | 0.85% | - |
| XYZ | 41.55 | 37.93 | 12.53 | - |
| YUV | 163.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 79 | 0 | 0.30 | 0.64 | 0.15 | 31.51 | 0.65 | 0.58 |
| Hex | DA | 98 | 4F | 0 | 1E | 40 | F | 20 | 41 | 3A |
| Octal | 332 | 230 | 117 | 0 | 36 | 100 | 17 | 40 | 101 | 72 |
| Binary | 11011010 | 10011000 | 1001111 | 0 | 11110 | 1000000 | 1111 | 100000 | 1000001 | 111010 |
Color Harmonies of #DA984F
Complementary color
Monochromatic Colors of #DA984F
Black with #DA984F
Text Example
Text Example
White with #DA984F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA984F; }
p { color: rgb(218,152,79); }
H1.HeaderClassName
{
color: #DA984F;
}
.AnyTagClassName
{
color: #DA984F;
}
</style>
background-color css
<style>
a { background-color: #DA984F; }
a { background-color: rgb(218,152,79); }
div.DivClassName
{
background-color: #DA984F;
}
.BgClassName
{
background-color: #DA984F;
}
</style>
border-color css
<style>
span { border-color: #DA984F; }
span { border-color: rgb(218,152,79); }
td.TdClassName
{
border-color: #DA984F;
}
.TagClassName
{
border-color: #DA984F;
}
</style>