Shades of Porsche #DA9B5D
Tints of Porsche #DA9B5D
RGB
CMYK
RGB Variations
Color information
#DA9B5D (or 0xDA9B5D) is known color: Porsche. HEX triplet: DA, 9B and 5D. RGB value is (218,155,93). Sum of RGB (Red+Green+Blue) = 218+155+93=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B5D is #2564A2. Grayscale: #A7A7A7. Windows color (decimal): -2450595 or 6134746. OLE color: 6134746.
HSL color Cylindrical-coordinate representation of color #DA9B5D: hue angle of 29.76º 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 #DA9B5D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 93 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.15 |
| HSL | 29.76º | 0.63% | 0.61% | - |
| HSV(B) | 29.76º | 0.57% | 0.85% | - |
| XYZ | 42.61 | 39.14 | 15.66 | - |
| YUV | 166.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 93 | 0 | 0.29 | 0.57 | 0.15 | 29.76 | 0.63 | 0.61 |
| Hex | DA | 9B | 5D | 0 | 1D | 39 | F | 1E | 3F | 3D |
| Octal | 332 | 233 | 135 | 0 | 35 | 71 | 17 | 36 | 77 | 75 |
| Binary | 11011010 | 10011011 | 1011101 | 0 | 11101 | 111001 | 1111 | 11110 | 111111 | 111101 |
Color Harmonies of #DA9B5D
Complementary color
Monochromatic Colors of #DA9B5D
Black with #DA9B5D
Text Example
Text Example
White with #DA9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9B5D; }
p { color: rgb(218,155,93); }
H1.HeaderClassName
{
color: #DA9B5D;
}
.AnyTagClassName
{
color: #DA9B5D;
}
</style>
background-color css
<style>
a { background-color: #DA9B5D; }
a { background-color: rgb(218,155,93); }
div.DivClassName
{
background-color: #DA9B5D;
}
.BgClassName
{
background-color: #DA9B5D;
}
</style>
border-color css
<style>
span { border-color: #DA9B5D; }
span { border-color: rgb(218,155,93); }
td.TdClassName
{
border-color: #DA9B5D;
}
.TagClassName
{
border-color: #DA9B5D;
}
</style>