Shades of Porsche #DDA054
Tints of Porsche #DDA054
RGB
CMYK
RGB Variations
Color information
#DDA054 (or 0xDDA054) is known color: Porsche. HEX triplet: DD, A0 and 54. RGB value is (221,160,84). Sum of RGB (Red+Green+Blue) = 221+160+84=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA054 is #225FAB. Grayscale: #A9A9A9. Windows color (decimal): -2252716 or 5546205. OLE color: 5546205.
HSL color Cylindrical-coordinate representation of color #DDA054: hue angle of 33.28º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA054 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 84 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.13 |
| HSL | 33.28º | 0.67% | 0.6% | - |
| HSV(B) | 33.28º | 0.62% | 0.87% | - |
| XYZ | 43.99 | 41.15 | 14.01 | - |
| YUV | 169.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 84 | 0 | 0.28 | 0.62 | 0.13 | 33.28 | 0.67 | 0.6 |
| Hex | DD | A0 | 54 | 0 | 1C | 3E | D | 21 | 43 | 3C |
| Octal | 335 | 240 | 124 | 0 | 34 | 76 | 15 | 41 | 103 | 74 |
| Binary | 11011101 | 10100000 | 1010100 | 0 | 11100 | 111110 | 1101 | 100001 | 1000011 | 111100 |
Color Harmonies of #DDA054
Complementary color
Monochromatic Colors of #DDA054
Black with #DDA054
Text Example
Text Example
White with #DDA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA054; }
p { color: rgb(221,160,84); }
H1.HeaderClassName
{
color: #DDA054;
}
.AnyTagClassName
{
color: #DDA054;
}
</style>
background-color css
<style>
a { background-color: #DDA054; }
a { background-color: rgb(221,160,84); }
div.DivClassName
{
background-color: #DDA054;
}
.BgClassName
{
background-color: #DDA054;
}
</style>
border-color css
<style>
span { border-color: #DDA054; }
span { border-color: rgb(221,160,84); }
td.TdClassName
{
border-color: #DDA054;
}
.TagClassName
{
border-color: #DDA054;
}
</style>