Shades of Porsche #DA9E68
Tints of Porsche #DA9E68
RGB
CMYK
RGB Variations
Color information
#DA9E68 (or 0xDA9E68) is known color: Porsche. HEX triplet: DA, 9E and 68. RGB value is (218,158,104). Sum of RGB (Red+Green+Blue) = 218+158+104=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E68 is #256197. Grayscale: #AAAAAA. Windows color (decimal): -2449816 or 6856410. OLE color: 6856410.
HSL color Cylindrical-coordinate representation of color #DA9E68: hue angle of 28.42º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA9E68 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 104 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.15 |
| HSL | 28.42º | 0.61% | 0.63% | - |
| HSV(B) | 28.42º | 0.52% | 0.85% | - |
| XYZ | 43.64 | 40.36 | 18.59 | - |
| YUV | 169.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 104 | 0 | 0.28 | 0.52 | 0.15 | 28.42 | 0.61 | 0.63 |
| Hex | DA | 9E | 68 | 0 | 1C | 34 | F | 1C | 3D | 3F |
| Octal | 332 | 236 | 150 | 0 | 34 | 64 | 17 | 34 | 75 | 77 |
| Binary | 11011010 | 10011110 | 1101000 | 0 | 11100 | 110100 | 1111 | 11100 | 111101 | 111111 |
Color Harmonies of #DA9E68
Complementary color
Monochromatic Colors of #DA9E68
Black with #DA9E68
Text Example
Text Example
White with #DA9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E68; }
p { color: rgb(218,158,104); }
H1.HeaderClassName
{
color: #DA9E68;
}
.AnyTagClassName
{
color: #DA9E68;
}
</style>
background-color css
<style>
a { background-color: #DA9E68; }
a { background-color: rgb(218,158,104); }
div.DivClassName
{
background-color: #DA9E68;
}
.BgClassName
{
background-color: #DA9E68;
}
</style>
border-color css
<style>
span { border-color: #DA9E68; }
span { border-color: rgb(218,158,104); }
td.TdClassName
{
border-color: #DA9E68;
}
.TagClassName
{
border-color: #DA9E68;
}
</style>