Shades of Porsche #DDA16B
Tints of Porsche #DDA16B
RGB
CMYK
RGB Variations
Color information
#DDA16B (or 0xDDA16B) is known color: Porsche. HEX triplet: DD, A1 and 6B. RGB value is (221,161,107). Sum of RGB (Red+Green+Blue) = 221+161+107=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA16B is #225E94. Grayscale: #ADADAD. Windows color (decimal): -2252437 or 7053789. OLE color: 7053789.
HSL color Cylindrical-coordinate representation of color #DDA16B: hue angle of 28.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDA16B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 107 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.13 |
| HSL | 28.42º | 0.63% | 0.64% | - |
| HSV(B) | 28.42º | 0.52% | 0.87% | - |
| XYZ | 45.22 | 41.92 | 19.62 | - |
| YUV | 172.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 107 | 0 | 0.27 | 0.52 | 0.13 | 28.42 | 0.63 | 0.64 |
| Hex | DD | A1 | 6B | 0 | 1B | 34 | D | 1C | 3F | 40 |
| Octal | 335 | 241 | 153 | 0 | 33 | 64 | 15 | 34 | 77 | 100 |
| Binary | 11011101 | 10100001 | 1101011 | 0 | 11011 | 110100 | 1101 | 11100 | 111111 | 1000000 |
Color Harmonies of #DDA16B
Complementary color
Monochromatic Colors of #DDA16B
Black with #DDA16B
Text Example
Text Example
White with #DDA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA16B; }
p { color: rgb(221,161,107); }
H1.HeaderClassName
{
color: #DDA16B;
}
.AnyTagClassName
{
color: #DDA16B;
}
</style>
background-color css
<style>
a { background-color: #DDA16B; }
a { background-color: rgb(221,161,107); }
div.DivClassName
{
background-color: #DDA16B;
}
.BgClassName
{
background-color: #DDA16B;
}
</style>
border-color css
<style>
span { border-color: #DDA16B; }
span { border-color: rgb(221,161,107); }
td.TdClassName
{
border-color: #DDA16B;
}
.TagClassName
{
border-color: #DDA16B;
}
</style>