Shades of Porsche #DDA06A
Tints of Porsche #DDA06A
RGB
CMYK
RGB Variations
Color information
#DDA06A (or 0xDDA06A) is known color: Porsche. HEX triplet: DD, A0 and 6A. RGB value is (221,160,106). Sum of RGB (Red+Green+Blue) = 221+160+106=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06A is #225F95. Grayscale: #ACACAC. Windows color (decimal): -2252694 or 6987997. OLE color: 6987997.
HSL color Cylindrical-coordinate representation of color #DDA06A: hue angle of 28.17º 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 #DDA06A is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 106 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.13 |
| HSL | 28.17º | 0.63% | 0.64% | - |
| HSV(B) | 28.17º | 0.52% | 0.87% | - |
| XYZ | 44.99 | 41.55 | 19.29 | - |
| YUV | 172.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 106 | 0 | 0.28 | 0.52 | 0.13 | 28.17 | 0.63 | 0.64 |
| Hex | DD | A0 | 6A | 0 | 1C | 34 | D | 1C | 3F | 40 |
| Octal | 335 | 240 | 152 | 0 | 34 | 64 | 15 | 34 | 77 | 100 |
| Binary | 11011101 | 10100000 | 1101010 | 0 | 11100 | 110100 | 1101 | 11100 | 111111 | 1000000 |
Color Harmonies of #DDA06A
Complementary color
Monochromatic Colors of #DDA06A
Black with #DDA06A
Text Example
Text Example
White with #DDA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA06A; }
p { color: rgb(221,160,106); }
H1.HeaderClassName
{
color: #DDA06A;
}
.AnyTagClassName
{
color: #DDA06A;
}
</style>
background-color css
<style>
a { background-color: #DDA06A; }
a { background-color: rgb(221,160,106); }
div.DivClassName
{
background-color: #DDA06A;
}
.BgClassName
{
background-color: #DDA06A;
}
</style>
border-color css
<style>
span { border-color: #DDA06A; }
span { border-color: rgb(221,160,106); }
td.TdClassName
{
border-color: #DDA06A;
}
.TagClassName
{
border-color: #DDA06A;
}
</style>