Shades of Porsche #DA975A
Tints of Porsche #DA975A
RGB
CMYK
RGB Variations
Color information
#DA975A (or 0xDA975A) is known color: Porsche. HEX triplet: DA, 97 and 5A. RGB value is (218,151,90). Sum of RGB (Red+Green+Blue) = 218+151+90=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA975A is #2568A5. Grayscale: #A4A4A4. Windows color (decimal): -2451622 or 5937114. OLE color: 5937114.
HSL color Cylindrical-coordinate representation of color #DA975A: hue angle of 28.59º degrees, saturation: 0.63, 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 #DA975A is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 90 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.15 |
| HSL | 28.59º | 0.63% | 0.6% | - |
| HSV(B) | 28.59º | 0.59% | 0.85% | - |
| XYZ | 41.83 | 37.78 | 14.76 | - |
| YUV | 164.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 90 | 0 | 0.31 | 0.59 | 0.15 | 28.59 | 0.63 | 0.6 |
| Hex | DA | 97 | 5A | 0 | 1F | 3B | F | 1D | 3F | 3C |
| Octal | 332 | 227 | 132 | 0 | 37 | 73 | 17 | 35 | 77 | 74 |
| Binary | 11011010 | 10010111 | 1011010 | 0 | 11111 | 111011 | 1111 | 11101 | 111111 | 111100 |
Color Harmonies of #DA975A
Complementary color
Monochromatic Colors of #DA975A
Black with #DA975A
Text Example
Text Example
White with #DA975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA975A; }
p { color: rgb(218,151,90); }
H1.HeaderClassName
{
color: #DA975A;
}
.AnyTagClassName
{
color: #DA975A;
}
</style>
background-color css
<style>
a { background-color: #DA975A; }
a { background-color: rgb(218,151,90); }
div.DivClassName
{
background-color: #DA975A;
}
.BgClassName
{
background-color: #DA975A;
}
</style>
border-color css
<style>
span { border-color: #DA975A; }
span { border-color: rgb(218,151,90); }
td.TdClassName
{
border-color: #DA975A;
}
.TagClassName
{
border-color: #DA975A;
}
</style>