Shades of Porsche #DA9E6C
Tints of Porsche #DA9E6C
RGB
CMYK
RGB Variations
Color information
#DA9E6C (or 0xDA9E6C) is known color: Porsche. HEX triplet: DA, 9E and 6C. RGB value is (218,158,108). Sum of RGB (Red+Green+Blue) = 218+158+108=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E6C is #256193. Grayscale: #AAAAAA. Windows color (decimal): -2449812 or 7118554. OLE color: 7118554.
HSL color Cylindrical-coordinate representation of color #DA9E6C: hue angle of 27.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA9E6C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 108 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.15 |
| HSL | 27.27º | 0.6% | 0.64% | - |
| HSV(B) | 27.27º | 0.5% | 0.85% | - |
| XYZ | 43.85 | 40.44 | 19.68 | - |
| YUV | 170.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 108 | 0 | 0.28 | 0.50 | 0.15 | 27.27 | 0.6 | 0.64 |
| Hex | DA | 9E | 6C | 0 | 1C | 32 | F | 1B | 3C | 40 |
| Octal | 332 | 236 | 154 | 0 | 34 | 62 | 17 | 33 | 74 | 100 |
| Binary | 11011010 | 10011110 | 1101100 | 0 | 11100 | 110010 | 1111 | 11011 | 111100 | 1000000 |
Color Harmonies of #DA9E6C
Complementary color
Monochromatic Colors of #DA9E6C
Black with #DA9E6C
Text Example
Text Example
White with #DA9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E6C; }
p { color: rgb(218,158,108); }
H1.HeaderClassName
{
color: #DA9E6C;
}
.AnyTagClassName
{
color: #DA9E6C;
}
</style>
background-color css
<style>
a { background-color: #DA9E6C; }
a { background-color: rgb(218,158,108); }
div.DivClassName
{
background-color: #DA9E6C;
}
.BgClassName
{
background-color: #DA9E6C;
}
</style>
border-color css
<style>
span { border-color: #DA9E6C; }
span { border-color: rgb(218,158,108); }
td.TdClassName
{
border-color: #DA9E6C;
}
.TagClassName
{
border-color: #DA9E6C;
}
</style>