Shades of Porsche #DDA166
Tints of Porsche #DDA166
RGB
CMYK
RGB Variations
Color information
#DDA166 (or 0xDDA166) is known color: Porsche. HEX triplet: DD, A1 and 66. RGB value is (221,161,102). Sum of RGB (Red+Green+Blue) = 221+161+102=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA166 is #225E99. Grayscale: #ACACAC. Windows color (decimal): -2252442 or 6726109. OLE color: 6726109.
HSL color Cylindrical-coordinate representation of color #DDA166: hue angle of 29.75º 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 #DDA166 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 102 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.13 |
| HSL | 29.75º | 0.64% | 0.63% | - |
| HSV(B) | 29.75º | 0.54% | 0.87% | - |
| XYZ | 44.96 | 41.82 | 18.27 | - |
| YUV | 172.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 102 | 0 | 0.27 | 0.54 | 0.13 | 29.75 | 0.64 | 0.63 |
| Hex | DD | A1 | 66 | 0 | 1B | 36 | D | 1E | 40 | 3F |
| Octal | 335 | 241 | 146 | 0 | 33 | 66 | 15 | 36 | 100 | 77 |
| Binary | 11011101 | 10100001 | 1100110 | 0 | 11011 | 110110 | 1101 | 11110 | 1000000 | 111111 |
Color Harmonies of #DDA166
Complementary color
Monochromatic Colors of #DDA166
Black with #DDA166
Text Example
Text Example
White with #DDA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA166; }
p { color: rgb(221,161,102); }
H1.HeaderClassName
{
color: #DDA166;
}
.AnyTagClassName
{
color: #DDA166;
}
</style>
background-color css
<style>
a { background-color: #DDA166; }
a { background-color: rgb(221,161,102); }
div.DivClassName
{
background-color: #DDA166;
}
.BgClassName
{
background-color: #DDA166;
}
</style>
border-color css
<style>
span { border-color: #DDA166; }
span { border-color: rgb(221,161,102); }
td.TdClassName
{
border-color: #DDA166;
}
.TagClassName
{
border-color: #DDA166;
}
</style>