Shades of Porsche #DA9C63
Tints of Porsche #DA9C63
RGB
CMYK
RGB Variations
Color information
#DA9C63 (or 0xDA9C63) is known color: Porsche. HEX triplet: DA, 9C and 63. RGB value is (218,156,99). Sum of RGB (Red+Green+Blue) = 218+156+99=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C63 is #25639C. Grayscale: #A8A8A8. Windows color (decimal): -2450333 or 6528218. OLE color: 6528218.
HSL color Cylindrical-coordinate representation of color #DA9C63: hue angle of 28.74º 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 #DA9C63 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 99 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.15 |
| HSL | 28.74º | 0.62% | 0.62% | - |
| HSV(B) | 28.74º | 0.55% | 0.85% | - |
| XYZ | 43.05 | 39.58 | 17.18 | - |
| YUV | 168.04 | 89.04 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 99 | 0 | 0.28 | 0.55 | 0.15 | 28.74 | 0.62 | 0.62 |
| Hex | DA | 9C | 63 | 0 | 1C | 37 | F | 1D | 3E | 3E |
| Octal | 332 | 234 | 143 | 0 | 34 | 67 | 17 | 35 | 76 | 76 |
| Binary | 11011010 | 10011100 | 1100011 | 0 | 11100 | 110111 | 1111 | 11101 | 111110 | 111110 |
Color Harmonies of #DA9C63
Complementary color
Monochromatic Colors of #DA9C63
Black with #DA9C63
Text Example
Text Example
White with #DA9C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C63; }
p { color: rgb(218,156,99); }
H1.HeaderClassName
{
color: #DA9C63;
}
.AnyTagClassName
{
color: #DA9C63;
}
</style>
background-color css
<style>
a { background-color: #DA9C63; }
a { background-color: rgb(218,156,99); }
div.DivClassName
{
background-color: #DA9C63;
}
.BgClassName
{
background-color: #DA9C63;
}
</style>
border-color css
<style>
span { border-color: #DA9C63; }
span { border-color: rgb(218,156,99); }
td.TdClassName
{
border-color: #DA9C63;
}
.TagClassName
{
border-color: #DA9C63;
}
</style>