Shades of Porsche #DA9D59
Tints of Porsche #DA9D59
RGB
CMYK
RGB Variations
Color information
#DA9D59 (or 0xDA9D59) is known color: Porsche. HEX triplet: DA, 9D and 59. RGB value is (218,157,89). Sum of RGB (Red+Green+Blue) = 218+157+89=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D59 is #2562A6. Grayscale: #A7A7A7. Windows color (decimal): -2450087 or 5873114. OLE color: 5873114.
HSL color Cylindrical-coordinate representation of color #DA9D59: hue angle of 31.63º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA9D59 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 89 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.15 |
| HSL | 31.63º | 0.64% | 0.6% | - |
| HSV(B) | 31.63º | 0.59% | 0.85% | - |
| XYZ | 42.77 | 39.74 | 14.87 | - |
| YUV | 167.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 89 | 0 | 0.28 | 0.59 | 0.15 | 31.63 | 0.64 | 0.6 |
| Hex | DA | 9D | 59 | 0 | 1C | 3B | F | 20 | 40 | 3C |
| Octal | 332 | 235 | 131 | 0 | 34 | 73 | 17 | 40 | 100 | 74 |
| Binary | 11011010 | 10011101 | 1011001 | 0 | 11100 | 111011 | 1111 | 100000 | 1000000 | 111100 |
Color Harmonies of #DA9D59
Complementary color
Monochromatic Colors of #DA9D59
Black with #DA9D59
Text Example
Text Example
White with #DA9D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9D59; }
p { color: rgb(218,157,89); }
H1.HeaderClassName
{
color: #DA9D59;
}
.AnyTagClassName
{
color: #DA9D59;
}
</style>
background-color css
<style>
a { background-color: #DA9D59; }
a { background-color: rgb(218,157,89); }
div.DivClassName
{
background-color: #DA9D59;
}
.BgClassName
{
background-color: #DA9D59;
}
</style>
border-color css
<style>
span { border-color: #DA9D59; }
span { border-color: rgb(218,157,89); }
td.TdClassName
{
border-color: #DA9D59;
}
.TagClassName
{
border-color: #DA9D59;
}
</style>