Shades of Porsche #DDA063
Tints of Porsche #DDA063
RGB
CMYK
RGB Variations
Color information
#DDA063 (or 0xDDA063) is known color: Porsche. HEX triplet: DD, A0 and 63. RGB value is (221,160,99). Sum of RGB (Red+Green+Blue) = 221+160+99=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA063 is #225F9C. Grayscale: #ABABAB. Windows color (decimal): -2252701 or 6529245. OLE color: 6529245.
HSL color Cylindrical-coordinate representation of color #DDA063: hue angle of 30º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDA063 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 99 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.13 |
| HSL | 30º | 0.64% | 0.63% | - |
| HSV(B) | 30º | 0.55% | 0.87% | - |
| XYZ | 44.64 | 41.41 | 17.45 | - |
| YUV | 171.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 99 | 0 | 0.28 | 0.55 | 0.13 | 30 | 0.64 | 0.63 |
| Hex | DD | A0 | 63 | 0 | 1C | 37 | D | 1E | 40 | 3F |
| Octal | 335 | 240 | 143 | 0 | 34 | 67 | 15 | 36 | 100 | 77 |
| Binary | 11011101 | 10100000 | 1100011 | 0 | 11100 | 110111 | 1101 | 11110 | 1000000 | 111111 |
Color Harmonies of #DDA063
Complementary color
Monochromatic Colors of #DDA063
Black with #DDA063
Text Example
Text Example
White with #DDA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA063; }
p { color: rgb(221,160,99); }
H1.HeaderClassName
{
color: #DDA063;
}
.AnyTagClassName
{
color: #DDA063;
}
</style>
background-color css
<style>
a { background-color: #DDA063; }
a { background-color: rgb(221,160,99); }
div.DivClassName
{
background-color: #DDA063;
}
.BgClassName
{
background-color: #DDA063;
}
</style>
border-color css
<style>
span { border-color: #DDA063; }
span { border-color: rgb(221,160,99); }
td.TdClassName
{
border-color: #DDA063;
}
.TagClassName
{
border-color: #DDA063;
}
</style>