Shades of Porsche #DA9C5D
Tints of Porsche #DA9C5D
RGB
CMYK
RGB Variations
Color information
#DA9C5D (or 0xDA9C5D) is known color: Porsche. HEX triplet: DA, 9C and 5D. RGB value is (218,156,93). Sum of RGB (Red+Green+Blue) = 218+156+93=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C5D is #2563A2. Grayscale: #A7A7A7. Windows color (decimal): -2450339 or 6135002. OLE color: 6135002.
HSL color Cylindrical-coordinate representation of color #DA9C5D: hue angle of 30.24º 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 #DA9C5D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 93 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.15 |
| HSL | 30.24º | 0.63% | 0.61% | - |
| HSV(B) | 30.24º | 0.57% | 0.85% | - |
| XYZ | 42.78 | 39.47 | 15.72 | - |
| YUV | 167.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 93 | 0 | 0.28 | 0.57 | 0.15 | 30.24 | 0.63 | 0.61 |
| Hex | DA | 9C | 5D | 0 | 1C | 39 | F | 1E | 3F | 3D |
| Octal | 332 | 234 | 135 | 0 | 34 | 71 | 17 | 36 | 77 | 75 |
| Binary | 11011010 | 10011100 | 1011101 | 0 | 11100 | 111001 | 1111 | 11110 | 111111 | 111101 |
Color Harmonies of #DA9C5D
Complementary color
Monochromatic Colors of #DA9C5D
Black with #DA9C5D
Text Example
Text Example
White with #DA9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C5D; }
p { color: rgb(218,156,93); }
H1.HeaderClassName
{
color: #DA9C5D;
}
.AnyTagClassName
{
color: #DA9C5D;
}
</style>
background-color css
<style>
a { background-color: #DA9C5D; }
a { background-color: rgb(218,156,93); }
div.DivClassName
{
background-color: #DA9C5D;
}
.BgClassName
{
background-color: #DA9C5D;
}
</style>
border-color css
<style>
span { border-color: #DA9C5D; }
span { border-color: rgb(218,156,93); }
td.TdClassName
{
border-color: #DA9C5D;
}
.TagClassName
{
border-color: #DA9C5D;
}
</style>