Shades of Porsche #DA995C
Tints of Porsche #DA995C
RGB
CMYK
RGB Variations
Color information
#DA995C (or 0xDA995C) is known color: Porsche. HEX triplet: DA, 99 and 5C. RGB value is (218,153,92). Sum of RGB (Red+Green+Blue) = 218+153+92=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA995C is #2566A3. Grayscale: #A5A5A5. Windows color (decimal): -2451108 or 6068698. OLE color: 6068698.
HSL color Cylindrical-coordinate representation of color #DA995C: hue angle of 29.05º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA995C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 92 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.15 |
| HSL | 29.05º | 0.63% | 0.61% | - |
| HSV(B) | 29.05º | 0.58% | 0.85% | - |
| XYZ | 42.24 | 38.46 | 15.32 | - |
| YUV | 165.48 | 86.53 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 92 | 0 | 0.30 | 0.58 | 0.15 | 29.05 | 0.63 | 0.61 |
| Hex | DA | 99 | 5C | 0 | 1E | 3A | F | 1D | 3F | 3D |
| Octal | 332 | 231 | 134 | 0 | 36 | 72 | 17 | 35 | 77 | 75 |
| Binary | 11011010 | 10011001 | 1011100 | 0 | 11110 | 111010 | 1111 | 11101 | 111111 | 111101 |
Color Harmonies of #DA995C
Complementary color
Monochromatic Colors of #DA995C
Black with #DA995C
Text Example
Text Example
White with #DA995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA995C; }
p { color: rgb(218,153,92); }
H1.HeaderClassName
{
color: #DA995C;
}
.AnyTagClassName
{
color: #DA995C;
}
</style>
background-color css
<style>
a { background-color: #DA995C; }
a { background-color: rgb(218,153,92); }
div.DivClassName
{
background-color: #DA995C;
}
.BgClassName
{
background-color: #DA995C;
}
</style>
border-color css
<style>
span { border-color: #DA995C; }
span { border-color: rgb(218,153,92); }
td.TdClassName
{
border-color: #DA995C;
}
.TagClassName
{
border-color: #DA995C;
}
</style>