Shades of Porsche #DDA051
Tints of Porsche #DDA051
RGB
CMYK
RGB Variations
Color information
#DDA051 (or 0xDDA051) is known color: Porsche. HEX triplet: DD, A0 and 51. RGB value is (221,160,81). Sum of RGB (Red+Green+Blue) = 221+160+81=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA051 is #225FAE. Grayscale: #A9A9A9. Windows color (decimal): -2252719 or 5349597. OLE color: 5349597.
HSL color Cylindrical-coordinate representation of color #DDA051: hue angle of 33.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDA051 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 81 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.13 |
| HSL | 33.86º | 0.67% | 0.59% | - |
| HSV(B) | 33.86º | 0.63% | 0.87% | - |
| XYZ | 43.87 | 41.11 | 13.41 | - |
| YUV | 169.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 81 | 0 | 0.28 | 0.63 | 0.13 | 33.86 | 0.67 | 0.59 |
| Hex | DD | A0 | 51 | 0 | 1C | 3F | D | 22 | 43 | 3B |
| Octal | 335 | 240 | 121 | 0 | 34 | 77 | 15 | 42 | 103 | 73 |
| Binary | 11011101 | 10100000 | 1010001 | 0 | 11100 | 111111 | 1101 | 100010 | 1000011 | 111011 |
Color Harmonies of #DDA051
Complementary color
Monochromatic Colors of #DDA051
Black with #DDA051
Text Example
Text Example
White with #DDA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA051; }
p { color: rgb(221,160,81); }
H1.HeaderClassName
{
color: #DDA051;
}
.AnyTagClassName
{
color: #DDA051;
}
</style>
background-color css
<style>
a { background-color: #DDA051; }
a { background-color: rgb(221,160,81); }
div.DivClassName
{
background-color: #DDA051;
}
.BgClassName
{
background-color: #DDA051;
}
</style>
border-color css
<style>
span { border-color: #DDA051; }
span { border-color: rgb(221,160,81); }
td.TdClassName
{
border-color: #DDA051;
}
.TagClassName
{
border-color: #DDA051;
}
</style>