Shades of Porsche #DA9C68
Tints of Porsche #DA9C68
RGB
CMYK
RGB Variations
Color information
#DA9C68 (or 0xDA9C68) is known color: Porsche. HEX triplet: DA, 9C and 68. RGB value is (218,156,104). Sum of RGB (Red+Green+Blue) = 218+156+104=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C68 is #256397. Grayscale: #A8A8A8. Windows color (decimal): -2450328 or 6855898. OLE color: 6855898.
HSL color Cylindrical-coordinate representation of color #DA9C68: hue angle of 27.37º 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 #DA9C68 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 104 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.15 |
| HSL | 27.37º | 0.61% | 0.63% | - |
| HSV(B) | 27.37º | 0.52% | 0.85% | - |
| XYZ | 43.3 | 39.68 | 18.47 | - |
| YUV | 168.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 104 | 0 | 0.28 | 0.52 | 0.15 | 27.37 | 0.61 | 0.63 |
| Hex | DA | 9C | 68 | 0 | 1C | 34 | F | 1B | 3D | 3F |
| Octal | 332 | 234 | 150 | 0 | 34 | 64 | 17 | 33 | 75 | 77 |
| Binary | 11011010 | 10011100 | 1101000 | 0 | 11100 | 110100 | 1111 | 11011 | 111101 | 111111 |
Color Harmonies of #DA9C68
Complementary color
Monochromatic Colors of #DA9C68
Black with #DA9C68
Text Example
Text Example
White with #DA9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C68; }
p { color: rgb(218,156,104); }
H1.HeaderClassName
{
color: #DA9C68;
}
.AnyTagClassName
{
color: #DA9C68;
}
</style>
background-color css
<style>
a { background-color: #DA9C68; }
a { background-color: rgb(218,156,104); }
div.DivClassName
{
background-color: #DA9C68;
}
.BgClassName
{
background-color: #DA9C68;
}
</style>
border-color css
<style>
span { border-color: #DA9C68; }
span { border-color: rgb(218,156,104); }
td.TdClassName
{
border-color: #DA9C68;
}
.TagClassName
{
border-color: #DA9C68;
}
</style>