Shades of Porsche #DDA16C
Tints of Porsche #DDA16C
RGB
CMYK
RGB Variations
Color information
#DDA16C (or 0xDDA16C) is known color: Porsche. HEX triplet: DD, A1 and 6C. RGB value is (221,161,108). Sum of RGB (Red+Green+Blue) = 221+161+108=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA16C is #225E93. Grayscale: #ADADAD. Windows color (decimal): -2252436 or 7119325. OLE color: 7119325.
HSL color Cylindrical-coordinate representation of color #DDA16C: hue angle of 28.14º 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 #DDA16C is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 108 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.13 |
| HSL | 28.14º | 0.62% | 0.65% | - |
| HSV(B) | 28.14º | 0.51% | 0.87% | - |
| XYZ | 45.27 | 41.94 | 19.9 | - |
| YUV | 172.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 108 | 0 | 0.27 | 0.51 | 0.13 | 28.14 | 0.62 | 0.65 |
| Hex | DD | A1 | 6C | 0 | 1B | 33 | D | 1C | 3E | 41 |
| Octal | 335 | 241 | 154 | 0 | 33 | 63 | 15 | 34 | 76 | 101 |
| Binary | 11011101 | 10100001 | 1101100 | 0 | 11011 | 110011 | 1101 | 11100 | 111110 | 1000001 |
Color Harmonies of #DDA16C
Complementary color
Monochromatic Colors of #DDA16C
Black with #DDA16C
Text Example
Text Example
White with #DDA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA16C; }
p { color: rgb(221,161,108); }
H1.HeaderClassName
{
color: #DDA16C;
}
.AnyTagClassName
{
color: #DDA16C;
}
</style>
background-color css
<style>
a { background-color: #DDA16C; }
a { background-color: rgb(221,161,108); }
div.DivClassName
{
background-color: #DDA16C;
}
.BgClassName
{
background-color: #DDA16C;
}
</style>
border-color css
<style>
span { border-color: #DDA16C; }
span { border-color: rgb(221,161,108); }
td.TdClassName
{
border-color: #DDA16C;
}
.TagClassName
{
border-color: #DDA16C;
}
</style>