Shades of Porsche #DA9963
Tints of Porsche #DA9963
RGB
CMYK
RGB Variations
Color information
#DA9963 (or 0xDA9963) is known color: Porsche. HEX triplet: DA, 99 and 63. RGB value is (218,153,99). Sum of RGB (Red+Green+Blue) = 218+153+99=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9963 is #25669C. Grayscale: #A6A6A6. Windows color (decimal): -2451101 or 6527450. OLE color: 6527450.
HSL color Cylindrical-coordinate representation of color #DA9963: hue angle of 27.23º 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 #DA9963 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 99 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.15 |
| HSL | 27.23º | 0.62% | 0.62% | - |
| HSV(B) | 27.23º | 0.55% | 0.85% | - |
| XYZ | 42.56 | 38.59 | 17.01 | - |
| YUV | 166.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 99 | 0 | 0.30 | 0.55 | 0.15 | 27.23 | 0.62 | 0.62 |
| Hex | DA | 99 | 63 | 0 | 1E | 37 | F | 1B | 3E | 3E |
| Octal | 332 | 231 | 143 | 0 | 36 | 67 | 17 | 33 | 76 | 76 |
| Binary | 11011010 | 10011001 | 1100011 | 0 | 11110 | 110111 | 1111 | 11011 | 111110 | 111110 |
Color Harmonies of #DA9963
Complementary color
Monochromatic Colors of #DA9963
Black with #DA9963
Text Example
Text Example
White with #DA9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9963; }
p { color: rgb(218,153,99); }
H1.HeaderClassName
{
color: #DA9963;
}
.AnyTagClassName
{
color: #DA9963;
}
</style>
background-color css
<style>
a { background-color: #DA9963; }
a { background-color: rgb(218,153,99); }
div.DivClassName
{
background-color: #DA9963;
}
.BgClassName
{
background-color: #DA9963;
}
</style>
border-color css
<style>
span { border-color: #DA9963; }
span { border-color: rgb(218,153,99); }
td.TdClassName
{
border-color: #DA9963;
}
.TagClassName
{
border-color: #DA9963;
}
</style>