Shades of Porsche #DDA665
Tints of Porsche #DDA665
RGB
CMYK
RGB Variations
Color information
#DDA665 (or 0xDDA665) is known color: Porsche. HEX triplet: DD, A6 and 65. RGB value is (221,166,101). Sum of RGB (Red+Green+Blue) = 221+166+101=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA665 is #22599A. Grayscale: #AFAFAF. Windows color (decimal): -2251163 or 6661853. OLE color: 6661853.
HSL color Cylindrical-coordinate representation of color #DDA665: hue angle of 32.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDA665 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 101 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.13 |
| HSL | 32.5º | 0.64% | 0.63% | - |
| HSV(B) | 32.5º | 0.54% | 0.87% | - |
| XYZ | 45.8 | 43.58 | 18.31 | - |
| YUV | 175.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 101 | 0 | 0.25 | 0.54 | 0.13 | 32.5 | 0.64 | 0.63 |
| Hex | DD | A6 | 65 | 0 | 19 | 36 | D | 20 | 40 | 3F |
| Octal | 335 | 246 | 145 | 0 | 31 | 66 | 15 | 40 | 100 | 77 |
| Binary | 11011101 | 10100110 | 1100101 | 0 | 11001 | 110110 | 1101 | 100000 | 1000000 | 111111 |
Color Harmonies of #DDA665
Complementary color
Monochromatic Colors of #DDA665
Black with #DDA665
Text Example
Text Example
White with #DDA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA665; }
p { color: rgb(221,166,101); }
H1.HeaderClassName
{
color: #DDA665;
}
.AnyTagClassName
{
color: #DDA665;
}
</style>
background-color css
<style>
a { background-color: #DDA665; }
a { background-color: rgb(221,166,101); }
div.DivClassName
{
background-color: #DDA665;
}
.BgClassName
{
background-color: #DDA665;
}
</style>
border-color css
<style>
span { border-color: #DDA665; }
span { border-color: rgb(221,166,101); }
td.TdClassName
{
border-color: #DDA665;
}
.TagClassName
{
border-color: #DDA665;
}
</style>