Shades of Porsche #DA9E63
Tints of Porsche #DA9E63
RGB
CMYK
RGB Variations
Color information
#DA9E63 (or 0xDA9E63) is known color: Porsche. HEX triplet: DA, 9E and 63. RGB value is (218,158,99). Sum of RGB (Red+Green+Blue) = 218+158+99=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E63 is #25619C. Grayscale: #A9A9A9. Windows color (decimal): -2449821 or 6528730. OLE color: 6528730.
HSL color Cylindrical-coordinate representation of color #DA9E63: hue angle of 29.75º 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 #DA9E63 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 99 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.15 |
| HSL | 29.75º | 0.62% | 0.62% | - |
| HSV(B) | 29.75º | 0.55% | 0.85% | - |
| XYZ | 43.39 | 40.26 | 17.29 | - |
| YUV | 169.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 99 | 0 | 0.28 | 0.55 | 0.15 | 29.75 | 0.62 | 0.62 |
| Hex | DA | 9E | 63 | 0 | 1C | 37 | F | 1E | 3E | 3E |
| Octal | 332 | 236 | 143 | 0 | 34 | 67 | 17 | 36 | 76 | 76 |
| Binary | 11011010 | 10011110 | 1100011 | 0 | 11100 | 110111 | 1111 | 11110 | 111110 | 111110 |
Color Harmonies of #DA9E63
Complementary color
Monochromatic Colors of #DA9E63
Black with #DA9E63
Text Example
Text Example
White with #DA9E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E63; }
p { color: rgb(218,158,99); }
H1.HeaderClassName
{
color: #DA9E63;
}
.AnyTagClassName
{
color: #DA9E63;
}
</style>
background-color css
<style>
a { background-color: #DA9E63; }
a { background-color: rgb(218,158,99); }
div.DivClassName
{
background-color: #DA9E63;
}
.BgClassName
{
background-color: #DA9E63;
}
</style>
border-color css
<style>
span { border-color: #DA9E63; }
span { border-color: rgb(218,158,99); }
td.TdClassName
{
border-color: #DA9E63;
}
.TagClassName
{
border-color: #DA9E63;
}
</style>