Shades of Porsche #DDA66A
Tints of Porsche #DDA66A
RGB
CMYK
RGB Variations
Color information
#DDA66A (or 0xDDA66A) is known color: Porsche. HEX triplet: DD, A6 and 6A. RGB value is (221,166,106). Sum of RGB (Red+Green+Blue) = 221+166+106=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66A is #225995. Grayscale: #AFAFAF. Windows color (decimal): -2251158 or 6989533. OLE color: 6989533.
HSL color Cylindrical-coordinate representation of color #DDA66A: hue angle of 31.3º 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 #DDA66A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 106 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.13 |
| HSL | 31.3º | 0.63% | 0.64% | - |
| HSV(B) | 31.3º | 0.52% | 0.87% | - |
| XYZ | 46.06 | 43.69 | 19.64 | - |
| YUV | 175.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 106 | 0 | 0.25 | 0.52 | 0.13 | 31.3 | 0.63 | 0.64 |
| Hex | DD | A6 | 6A | 0 | 19 | 34 | D | 1F | 3F | 40 |
| Octal | 335 | 246 | 152 | 0 | 31 | 64 | 15 | 37 | 77 | 100 |
| Binary | 11011101 | 10100110 | 1101010 | 0 | 11001 | 110100 | 1101 | 11111 | 111111 | 1000000 |
Color Harmonies of #DDA66A
Complementary color
Monochromatic Colors of #DDA66A
Black with #DDA66A
Text Example
Text Example
White with #DDA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA66A; }
p { color: rgb(221,166,106); }
H1.HeaderClassName
{
color: #DDA66A;
}
.AnyTagClassName
{
color: #DDA66A;
}
</style>
background-color css
<style>
a { background-color: #DDA66A; }
a { background-color: rgb(221,166,106); }
div.DivClassName
{
background-color: #DDA66A;
}
.BgClassName
{
background-color: #DDA66A;
}
</style>
border-color css
<style>
span { border-color: #DDA66A; }
span { border-color: rgb(221,166,106); }
td.TdClassName
{
border-color: #DDA66A;
}
.TagClassName
{
border-color: #DDA66A;
}
</style>