Shades of Porsche #DA9A65
Tints of Porsche #DA9A65
RGB
CMYK
RGB Variations
Color information
#DA9A65 (or 0xDA9A65) is known color: Porsche. HEX triplet: DA, 9A and 65. RGB value is (218,154,101). Sum of RGB (Red+Green+Blue) = 218+154+101=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A65 is #25659A. Grayscale: #A7A7A7. Windows color (decimal): -2450843 or 6658778. OLE color: 6658778.
HSL color Cylindrical-coordinate representation of color #DA9A65: hue angle of 27.18º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA9A65 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 101 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.15 |
| HSL | 27.18º | 0.61% | 0.63% | - |
| HSV(B) | 27.18º | 0.54% | 0.85% | - |
| XYZ | 42.82 | 38.96 | 17.57 | - |
| YUV | 167.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 101 | 0 | 0.29 | 0.54 | 0.15 | 27.18 | 0.61 | 0.63 |
| Hex | DA | 9A | 65 | 0 | 1D | 36 | F | 1B | 3D | 3F |
| Octal | 332 | 232 | 145 | 0 | 35 | 66 | 17 | 33 | 75 | 77 |
| Binary | 11011010 | 10011010 | 1100101 | 0 | 11101 | 110110 | 1111 | 11011 | 111101 | 111111 |
Color Harmonies of #DA9A65
Complementary color
Monochromatic Colors of #DA9A65
Black with #DA9A65
Text Example
Text Example
White with #DA9A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A65; }
p { color: rgb(218,154,101); }
H1.HeaderClassName
{
color: #DA9A65;
}
.AnyTagClassName
{
color: #DA9A65;
}
</style>
background-color css
<style>
a { background-color: #DA9A65; }
a { background-color: rgb(218,154,101); }
div.DivClassName
{
background-color: #DA9A65;
}
.BgClassName
{
background-color: #DA9A65;
}
</style>
border-color css
<style>
span { border-color: #DA9A65; }
span { border-color: rgb(218,154,101); }
td.TdClassName
{
border-color: #DA9A65;
}
.TagClassName
{
border-color: #DA9A65;
}
</style>