Shades of Porsche #DDA463
Tints of Porsche #DDA463
RGB
CMYK
RGB Variations
Color information
#DDA463 (or 0xDDA463) is known color: Porsche. HEX triplet: DD, A4 and 63. RGB value is (221,164,99). Sum of RGB (Red+Green+Blue) = 221+164+99=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA463 is #225B9C. Grayscale: #ADADAD. Windows color (decimal): -2251677 or 6530269. OLE color: 6530269.
HSL color Cylindrical-coordinate representation of color #DDA463: hue angle of 31.97º 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 #DDA463 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 99 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.13 |
| HSL | 31.97º | 0.64% | 0.63% | - |
| HSV(B) | 31.97º | 0.55% | 0.87% | - |
| XYZ | 45.35 | 42.82 | 17.68 | - |
| YUV | 173.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 99 | 0 | 0.26 | 0.55 | 0.13 | 31.97 | 0.64 | 0.63 |
| Hex | DD | A4 | 63 | 0 | 1A | 37 | D | 20 | 40 | 3F |
| Octal | 335 | 244 | 143 | 0 | 32 | 67 | 15 | 40 | 100 | 77 |
| Binary | 11011101 | 10100100 | 1100011 | 0 | 11010 | 110111 | 1101 | 100000 | 1000000 | 111111 |
Color Harmonies of #DDA463
Complementary color
Monochromatic Colors of #DDA463
Black with #DDA463
Text Example
Text Example
White with #DDA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA463; }
p { color: rgb(221,164,99); }
H1.HeaderClassName
{
color: #DDA463;
}
.AnyTagClassName
{
color: #DDA463;
}
</style>
background-color css
<style>
a { background-color: #DDA463; }
a { background-color: rgb(221,164,99); }
div.DivClassName
{
background-color: #DDA463;
}
.BgClassName
{
background-color: #DDA463;
}
</style>
border-color css
<style>
span { border-color: #DDA463; }
span { border-color: rgb(221,164,99); }
td.TdClassName
{
border-color: #DDA463;
}
.TagClassName
{
border-color: #DDA463;
}
</style>