Shades of Porsche #DA9C62
Tints of Porsche #DA9C62
RGB
CMYK
RGB Variations
Color information
#DA9C62 (or 0xDA9C62) is known color: Porsche. HEX triplet: DA, 9C and 62. RGB value is (218,156,98). Sum of RGB (Red+Green+Blue) = 218+156+98=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C62 is #25639D. Grayscale: #A8A8A8. Windows color (decimal): -2450334 or 6462682. OLE color: 6462682.
HSL color Cylindrical-coordinate representation of color #DA9C62: hue angle of 29º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA9C62 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 98 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.15 |
| HSL | 29º | 0.62% | 0.62% | - |
| HSV(B) | 29º | 0.55% | 0.85% | - |
| XYZ | 43.01 | 39.56 | 16.93 | - |
| YUV | 167.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 98 | 0 | 0.28 | 0.55 | 0.15 | 29 | 0.62 | 0.62 |
| Hex | DA | 9C | 62 | 0 | 1C | 37 | F | 1D | 3E | 3E |
| Octal | 332 | 234 | 142 | 0 | 34 | 67 | 17 | 35 | 76 | 76 |
| Binary | 11011010 | 10011100 | 1100010 | 0 | 11100 | 110111 | 1111 | 11101 | 111110 | 111110 |
Color Harmonies of #DA9C62
Complementary color
Monochromatic Colors of #DA9C62
Black with #DA9C62
Text Example
Text Example
White with #DA9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C62; }
p { color: rgb(218,156,98); }
H1.HeaderClassName
{
color: #DA9C62;
}
.AnyTagClassName
{
color: #DA9C62;
}
</style>
background-color css
<style>
a { background-color: #DA9C62; }
a { background-color: rgb(218,156,98); }
div.DivClassName
{
background-color: #DA9C62;
}
.BgClassName
{
background-color: #DA9C62;
}
</style>
border-color css
<style>
span { border-color: #DA9C62; }
span { border-color: rgb(218,156,98); }
td.TdClassName
{
border-color: #DA9C62;
}
.TagClassName
{
border-color: #DA9C62;
}
</style>