Shades of Porsche #DDA066
Tints of Porsche #DDA066
RGB
CMYK
RGB Variations
Color information
#DDA066 (or 0xDDA066) is known color: Porsche. HEX triplet: DD, A0 and 66. RGB value is (221,160,102). Sum of RGB (Red+Green+Blue) = 221+160+102=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA066 is #225F99. Grayscale: #ABABAB. Windows color (decimal): -2252698 or 6725853. OLE color: 6725853.
HSL color Cylindrical-coordinate representation of color #DDA066: hue angle of 29.24º 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 #DDA066 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 102 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.13 |
| HSL | 29.24º | 0.64% | 0.63% | - |
| HSV(B) | 29.24º | 0.54% | 0.87% | - |
| XYZ | 44.79 | 41.47 | 18.21 | - |
| YUV | 171.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 102 | 0 | 0.28 | 0.54 | 0.13 | 29.24 | 0.64 | 0.63 |
| Hex | DD | A0 | 66 | 0 | 1C | 36 | D | 1D | 40 | 3F |
| Octal | 335 | 240 | 146 | 0 | 34 | 66 | 15 | 35 | 100 | 77 |
| Binary | 11011101 | 10100000 | 1100110 | 0 | 11100 | 110110 | 1101 | 11101 | 1000000 | 111111 |
Color Harmonies of #DDA066
Complementary color
Monochromatic Colors of #DDA066
Black with #DDA066
Text Example
Text Example
White with #DDA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA066; }
p { color: rgb(221,160,102); }
H1.HeaderClassName
{
color: #DDA066;
}
.AnyTagClassName
{
color: #DDA066;
}
</style>
background-color css
<style>
a { background-color: #DDA066; }
a { background-color: rgb(221,160,102); }
div.DivClassName
{
background-color: #DDA066;
}
.BgClassName
{
background-color: #DDA066;
}
</style>
border-color css
<style>
span { border-color: #DDA066; }
span { border-color: rgb(221,160,102); }
td.TdClassName
{
border-color: #DDA066;
}
.TagClassName
{
border-color: #DDA066;
}
</style>