Shades of Porsche #DDA050
Tints of Porsche #DDA050
RGB
CMYK
RGB Variations
Color information
#DDA050 (or 0xDDA050) is known color: Porsche. HEX triplet: DD, A0 and 50. RGB value is (221,160,80). Sum of RGB (Red+Green+Blue) = 221+160+80=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA050 is #225FAF. Grayscale: #A9A9A9. Windows color (decimal): -2252720 or 5284061. OLE color: 5284061.
HSL color Cylindrical-coordinate representation of color #DDA050: hue angle of 34.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDA050 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 80 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.13 |
| HSL | 34.04º | 0.67% | 0.59% | - |
| HSV(B) | 34.04º | 0.64% | 0.87% | - |
| XYZ | 43.84 | 41.09 | 13.21 | - |
| YUV | 169.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 80 | 0 | 0.28 | 0.64 | 0.13 | 34.04 | 0.67 | 0.59 |
| Hex | DD | A0 | 50 | 0 | 1C | 40 | D | 22 | 43 | 3B |
| Octal | 335 | 240 | 120 | 0 | 34 | 100 | 15 | 42 | 103 | 73 |
| Binary | 11011101 | 10100000 | 1010000 | 0 | 11100 | 1000000 | 1101 | 100010 | 1000011 | 111011 |
Color Harmonies of #DDA050
Complementary color
Monochromatic Colors of #DDA050
Black with #DDA050
Text Example
Text Example
White with #DDA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA050; }
p { color: rgb(221,160,80); }
H1.HeaderClassName
{
color: #DDA050;
}
.AnyTagClassName
{
color: #DDA050;
}
</style>
background-color css
<style>
a { background-color: #DDA050; }
a { background-color: rgb(221,160,80); }
div.DivClassName
{
background-color: #DDA050;
}
.BgClassName
{
background-color: #DDA050;
}
</style>
border-color css
<style>
span { border-color: #DDA050; }
span { border-color: rgb(221,160,80); }
td.TdClassName
{
border-color: #DDA050;
}
.TagClassName
{
border-color: #DDA050;
}
</style>