Shades of Porsche #DDA663
Tints of Porsche #DDA663
RGB
CMYK
RGB Variations
Color information
#DDA663 (or 0xDDA663) is known color: Porsche. HEX triplet: DD, A6 and 63. RGB value is (221,166,99). Sum of RGB (Red+Green+Blue) = 221+166+99=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA663 is #22599C. Grayscale: #AFAFAF. Windows color (decimal): -2251165 or 6530781. OLE color: 6530781.
HSL color Cylindrical-coordinate representation of color #DDA663: hue angle of 32.95º 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 #DDA663 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 99 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.13 |
| HSL | 32.95º | 0.64% | 0.63% | - |
| HSV(B) | 32.95º | 0.55% | 0.87% | - |
| XYZ | 45.71 | 43.55 | 17.8 | - |
| YUV | 174.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 99 | 0 | 0.25 | 0.55 | 0.13 | 32.95 | 0.64 | 0.63 |
| Hex | DD | A6 | 63 | 0 | 19 | 37 | D | 21 | 40 | 3F |
| Octal | 335 | 246 | 143 | 0 | 31 | 67 | 15 | 41 | 100 | 77 |
| Binary | 11011101 | 10100110 | 1100011 | 0 | 11001 | 110111 | 1101 | 100001 | 1000000 | 111111 |
Color Harmonies of #DDA663
Complementary color
Monochromatic Colors of #DDA663
Black with #DDA663
Text Example
Text Example
White with #DDA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA663; }
p { color: rgb(221,166,99); }
H1.HeaderClassName
{
color: #DDA663;
}
.AnyTagClassName
{
color: #DDA663;
}
</style>
background-color css
<style>
a { background-color: #DDA663; }
a { background-color: rgb(221,166,99); }
div.DivClassName
{
background-color: #DDA663;
}
.BgClassName
{
background-color: #DDA663;
}
</style>
border-color css
<style>
span { border-color: #DDA663; }
span { border-color: rgb(221,166,99); }
td.TdClassName
{
border-color: #DDA663;
}
.TagClassName
{
border-color: #DDA663;
}
</style>