Shades of Porsche #DA985D
Tints of Porsche #DA985D
RGB
CMYK
RGB Variations
Color information
#DA985D (or 0xDA985D) is known color: Porsche. HEX triplet: DA, 98 and 5D. RGB value is (218,152,93). Sum of RGB (Red+Green+Blue) = 218+152+93=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA985D is #2567A2. Grayscale: #A5A5A5. Windows color (decimal): -2451363 or 6133978. OLE color: 6133978.
HSL color Cylindrical-coordinate representation of color #DA985D: hue angle of 28.32º 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 #DA985D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 93 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.15 |
| HSL | 28.32º | 0.63% | 0.61% | - |
| HSV(B) | 28.32º | 0.57% | 0.85% | - |
| XYZ | 42.12 | 38.15 | 15.5 | - |
| YUV | 165.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 93 | 0 | 0.30 | 0.57 | 0.15 | 28.32 | 0.63 | 0.61 |
| Hex | DA | 98 | 5D | 0 | 1E | 39 | F | 1C | 3F | 3D |
| Octal | 332 | 230 | 135 | 0 | 36 | 71 | 17 | 34 | 77 | 75 |
| Binary | 11011010 | 10011000 | 1011101 | 0 | 11110 | 111001 | 1111 | 11100 | 111111 | 111101 |
Color Harmonies of #DA985D
Complementary color
Monochromatic Colors of #DA985D
Black with #DA985D
Text Example
Text Example
White with #DA985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA985D; }
p { color: rgb(218,152,93); }
H1.HeaderClassName
{
color: #DA985D;
}
.AnyTagClassName
{
color: #DA985D;
}
</style>
background-color css
<style>
a { background-color: #DA985D; }
a { background-color: rgb(218,152,93); }
div.DivClassName
{
background-color: #DA985D;
}
.BgClassName
{
background-color: #DA985D;
}
</style>
border-color css
<style>
span { border-color: #DA985D; }
span { border-color: rgb(218,152,93); }
td.TdClassName
{
border-color: #DA985D;
}
.TagClassName
{
border-color: #DA985D;
}
</style>