Shades of Porsche #DDA16A
Tints of Porsche #DDA16A
RGB
CMYK
RGB Variations
Color information
#DDA16A (or 0xDDA16A) is known color: Porsche. HEX triplet: DD, A1 and 6A. RGB value is (221,161,106). Sum of RGB (Red+Green+Blue) = 221+161+106=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA16A is #225E95. Grayscale: #ACACAC. Windows color (decimal): -2252438 or 6988253. OLE color: 6988253.
HSL color Cylindrical-coordinate representation of color #DDA16A: hue angle of 28.7º 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 #DDA16A is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 106 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.13 |
| HSL | 28.7º | 0.63% | 0.64% | - |
| HSV(B) | 28.7º | 0.52% | 0.87% | - |
| XYZ | 45.17 | 41.9 | 19.34 | - |
| YUV | 172.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 106 | 0 | 0.27 | 0.52 | 0.13 | 28.7 | 0.63 | 0.64 |
| Hex | DD | A1 | 6A | 0 | 1B | 34 | D | 1D | 3F | 40 |
| Octal | 335 | 241 | 152 | 0 | 33 | 64 | 15 | 35 | 77 | 100 |
| Binary | 11011101 | 10100001 | 1101010 | 0 | 11011 | 110100 | 1101 | 11101 | 111111 | 1000000 |
Color Harmonies of #DDA16A
Complementary color
Monochromatic Colors of #DDA16A
Black with #DDA16A
Text Example
Text Example
White with #DDA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA16A; }
p { color: rgb(221,161,106); }
H1.HeaderClassName
{
color: #DDA16A;
}
.AnyTagClassName
{
color: #DDA16A;
}
</style>
background-color css
<style>
a { background-color: #DDA16A; }
a { background-color: rgb(221,161,106); }
div.DivClassName
{
background-color: #DDA16A;
}
.BgClassName
{
background-color: #DDA16A;
}
</style>
border-color css
<style>
span { border-color: #DDA16A; }
span { border-color: rgb(221,161,106); }
td.TdClassName
{
border-color: #DDA16A;
}
.TagClassName
{
border-color: #DDA16A;
}
</style>