Shades of Porsche #DA9A5D
Tints of Porsche #DA9A5D
RGB
CMYK
RGB Variations
Color information
#DA9A5D (or 0xDA9A5D) is known color: Porsche. HEX triplet: DA, 9A and 5D. RGB value is (218,154,93). Sum of RGB (Red+Green+Blue) = 218+154+93=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A5D is #2565A2. Grayscale: #A6A6A6. Windows color (decimal): -2450851 or 6134490. OLE color: 6134490.
HSL color Cylindrical-coordinate representation of color #DA9A5D: hue angle of 29.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA9A5D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 93 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.15 |
| HSL | 29.28º | 0.63% | 0.61% | - |
| HSV(B) | 29.28º | 0.57% | 0.85% | - |
| XYZ | 42.44 | 38.81 | 15.61 | - |
| YUV | 166.18 | 86.7 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 93 | 0 | 0.29 | 0.57 | 0.15 | 29.28 | 0.63 | 0.61 |
| Hex | DA | 9A | 5D | 0 | 1D | 39 | F | 1D | 3F | 3D |
| Octal | 332 | 232 | 135 | 0 | 35 | 71 | 17 | 35 | 77 | 75 |
| Binary | 11011010 | 10011010 | 1011101 | 0 | 11101 | 111001 | 1111 | 11101 | 111111 | 111101 |
Color Harmonies of #DA9A5D
Complementary color
Monochromatic Colors of #DA9A5D
Black with #DA9A5D
Text Example
Text Example
White with #DA9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A5D; }
p { color: rgb(218,154,93); }
H1.HeaderClassName
{
color: #DA9A5D;
}
.AnyTagClassName
{
color: #DA9A5D;
}
</style>
background-color css
<style>
a { background-color: #DA9A5D; }
a { background-color: rgb(218,154,93); }
div.DivClassName
{
background-color: #DA9A5D;
}
.BgClassName
{
background-color: #DA9A5D;
}
</style>
border-color css
<style>
span { border-color: #DA9A5D; }
span { border-color: rgb(218,154,93); }
td.TdClassName
{
border-color: #DA9A5D;
}
.TagClassName
{
border-color: #DA9A5D;
}
</style>