Shades of Porsche #DA9E64
Tints of Porsche #DA9E64
RGB
CMYK
RGB Variations
Color information
#DA9E64 (or 0xDA9E64) is known color: Porsche. HEX triplet: DA, 9E and 64. RGB value is (218,158,100). Sum of RGB (Red+Green+Blue) = 218+158+100=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E64 is #25619B. Grayscale: #A9A9A9. Windows color (decimal): -2449820 or 6594266. OLE color: 6594266.
HSL color Cylindrical-coordinate representation of color #DA9E64: hue angle of 29.49º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA9E64 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 100 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.15 |
| HSL | 29.49º | 0.61% | 0.62% | - |
| HSV(B) | 29.49º | 0.54% | 0.85% | - |
| XYZ | 43.44 | 40.28 | 17.54 | - |
| YUV | 169.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 100 | 0 | 0.28 | 0.54 | 0.15 | 29.49 | 0.61 | 0.62 |
| Hex | DA | 9E | 64 | 0 | 1C | 36 | F | 1D | 3D | 3E |
| Octal | 332 | 236 | 144 | 0 | 34 | 66 | 17 | 35 | 75 | 76 |
| Binary | 11011010 | 10011110 | 1100100 | 0 | 11100 | 110110 | 1111 | 11101 | 111101 | 111110 |
Color Harmonies of #DA9E64
Complementary color
Monochromatic Colors of #DA9E64
Black with #DA9E64
Text Example
Text Example
White with #DA9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E64; }
p { color: rgb(218,158,100); }
H1.HeaderClassName
{
color: #DA9E64;
}
.AnyTagClassName
{
color: #DA9E64;
}
</style>
background-color css
<style>
a { background-color: #DA9E64; }
a { background-color: rgb(218,158,100); }
div.DivClassName
{
background-color: #DA9E64;
}
.BgClassName
{
background-color: #DA9E64;
}
</style>
border-color css
<style>
span { border-color: #DA9E64; }
span { border-color: rgb(218,158,100); }
td.TdClassName
{
border-color: #DA9E64;
}
.TagClassName
{
border-color: #DA9E64;
}
</style>