Shades of Porsche #DA9952
Tints of Porsche #DA9952
RGB
CMYK
RGB Variations
Color information
#DA9952 (or 0xDA9952) is known color: Porsche. HEX triplet: DA, 99 and 52. RGB value is (218,153,82). Sum of RGB (Red+Green+Blue) = 218+153+82=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9952 is #2566AD. Grayscale: #A4A4A4. Windows color (decimal): -2451118 or 5413338. OLE color: 5413338.
HSL color Cylindrical-coordinate representation of color #DA9952: hue angle of 31.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA9952 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 82 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.15 |
| HSL | 31.32º | 0.65% | 0.59% | - |
| HSV(B) | 31.32º | 0.62% | 0.85% | - |
| XYZ | 41.83 | 38.3 | 13.17 | - |
| YUV | 164.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 82 | 0 | 0.30 | 0.62 | 0.15 | 31.32 | 0.65 | 0.59 |
| Hex | DA | 99 | 52 | 0 | 1E | 3E | F | 1F | 41 | 3B |
| Octal | 332 | 231 | 122 | 0 | 36 | 76 | 17 | 37 | 101 | 73 |
| Binary | 11011010 | 10011001 | 1010010 | 0 | 11110 | 111110 | 1111 | 11111 | 1000001 | 111011 |
Color Harmonies of #DA9952
Complementary color
Monochromatic Colors of #DA9952
Black with #DA9952
Text Example
Text Example
White with #DA9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9952; }
p { color: rgb(218,153,82); }
H1.HeaderClassName
{
color: #DA9952;
}
.AnyTagClassName
{
color: #DA9952;
}
</style>
background-color css
<style>
a { background-color: #DA9952; }
a { background-color: rgb(218,153,82); }
div.DivClassName
{
background-color: #DA9952;
}
.BgClassName
{
background-color: #DA9952;
}
</style>
border-color css
<style>
span { border-color: #DA9952; }
span { border-color: rgb(218,153,82); }
td.TdClassName
{
border-color: #DA9952;
}
.TagClassName
{
border-color: #DA9952;
}
</style>