Shades of Porsche #DA9C51
Tints of Porsche #DA9C51
RGB
CMYK
RGB Variations
Color information
#DA9C51 (or 0xDA9C51) is known color: Porsche. HEX triplet: DA, 9C and 51. RGB value is (218,156,81). Sum of RGB (Red+Green+Blue) = 218+156+81=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C51 is #2563AE. Grayscale: #A6A6A6. Windows color (decimal): -2450351 or 5348570. OLE color: 5348570.
HSL color Cylindrical-coordinate representation of color #DA9C51: hue angle of 32.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA9C51 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 81 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.15 |
| HSL | 32.85º | 0.65% | 0.59% | - |
| HSV(B) | 32.85º | 0.63% | 0.85% | - |
| XYZ | 42.29 | 39.28 | 13.14 | - |
| YUV | 165.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 81 | 0 | 0.28 | 0.63 | 0.15 | 32.85 | 0.65 | 0.59 |
| Hex | DA | 9C | 51 | 0 | 1C | 3F | F | 21 | 41 | 3B |
| Octal | 332 | 234 | 121 | 0 | 34 | 77 | 17 | 41 | 101 | 73 |
| Binary | 11011010 | 10011100 | 1010001 | 0 | 11100 | 111111 | 1111 | 100001 | 1000001 | 111011 |
Color Harmonies of #DA9C51
Complementary color
Monochromatic Colors of #DA9C51
Black with #DA9C51
Text Example
Text Example
White with #DA9C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C51; }
p { color: rgb(218,156,81); }
H1.HeaderClassName
{
color: #DA9C51;
}
.AnyTagClassName
{
color: #DA9C51;
}
</style>
background-color css
<style>
a { background-color: #DA9C51; }
a { background-color: rgb(218,156,81); }
div.DivClassName
{
background-color: #DA9C51;
}
.BgClassName
{
background-color: #DA9C51;
}
</style>
border-color css
<style>
span { border-color: #DA9C51; }
span { border-color: rgb(218,156,81); }
td.TdClassName
{
border-color: #DA9C51;
}
.TagClassName
{
border-color: #DA9C51;
}
</style>