Shades of Porsche #DDA16D
Tints of Porsche #DDA16D
RGB
CMYK
RGB Variations
Color information
#DDA16D (or 0xDDA16D) is known color: Porsche. HEX triplet: DD, A1 and 6D. RGB value is (221,161,109). Sum of RGB (Red+Green+Blue) = 221+161+109=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA16D is #225E92. Grayscale: #ADADAD. Windows color (decimal): -2252435 or 7184861. OLE color: 7184861.
HSL color Cylindrical-coordinate representation of color #DDA16D: hue angle of 27.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDA16D is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 109 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.13 |
| HSL | 27.86º | 0.62% | 0.65% | - |
| HSV(B) | 27.86º | 0.51% | 0.87% | - |
| XYZ | 45.32 | 41.97 | 20.18 | - |
| YUV | 173.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 109 | 0 | 0.27 | 0.51 | 0.13 | 27.86 | 0.62 | 0.65 |
| Hex | DD | A1 | 6D | 0 | 1B | 33 | D | 1C | 3E | 41 |
| Octal | 335 | 241 | 155 | 0 | 33 | 63 | 15 | 34 | 76 | 101 |
| Binary | 11011101 | 10100001 | 1101101 | 0 | 11011 | 110011 | 1101 | 11100 | 111110 | 1000001 |
Color Harmonies of #DDA16D
Complementary color
Monochromatic Colors of #DDA16D
Black with #DDA16D
Text Example
Text Example
White with #DDA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA16D; }
p { color: rgb(221,161,109); }
H1.HeaderClassName
{
color: #DDA16D;
}
.AnyTagClassName
{
color: #DDA16D;
}
</style>
background-color css
<style>
a { background-color: #DDA16D; }
a { background-color: rgb(221,161,109); }
div.DivClassName
{
background-color: #DDA16D;
}
.BgClassName
{
background-color: #DDA16D;
}
</style>
border-color css
<style>
span { border-color: #DDA16D; }
span { border-color: rgb(221,161,109); }
td.TdClassName
{
border-color: #DDA16D;
}
.TagClassName
{
border-color: #DDA16D;
}
</style>