Shades of Porsche #DDA66D
Tints of Porsche #DDA66D
RGB
CMYK
RGB Variations
Color information
#DDA66D (or 0xDDA66D) is known color: Porsche. HEX triplet: DD, A6 and 6D. RGB value is (221,166,109). Sum of RGB (Red+Green+Blue) = 221+166+109=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66D is #225992. Grayscale: #B0B0B0. Windows color (decimal): -2251155 or 7186141. OLE color: 7186141.
HSL color Cylindrical-coordinate representation of color #DDA66D: hue angle of 30.54º 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 #DDA66D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 109 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.13 |
| HSL | 30.54º | 0.62% | 0.65% | - |
| HSV(B) | 30.54º | 0.51% | 0.87% | - |
| XYZ | 46.22 | 43.75 | 20.48 | - |
| YUV | 175.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 109 | 0 | 0.25 | 0.51 | 0.13 | 30.54 | 0.62 | 0.65 |
| Hex | DD | A6 | 6D | 0 | 19 | 33 | D | 1F | 3E | 41 |
| Octal | 335 | 246 | 155 | 0 | 31 | 63 | 15 | 37 | 76 | 101 |
| Binary | 11011101 | 10100110 | 1101101 | 0 | 11001 | 110011 | 1101 | 11111 | 111110 | 1000001 |
Color Harmonies of #DDA66D
Complementary color
Monochromatic Colors of #DDA66D
Black with #DDA66D
Text Example
Text Example
White with #DDA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA66D; }
p { color: rgb(221,166,109); }
H1.HeaderClassName
{
color: #DDA66D;
}
.AnyTagClassName
{
color: #DDA66D;
}
</style>
background-color css
<style>
a { background-color: #DDA66D; }
a { background-color: rgb(221,166,109); }
div.DivClassName
{
background-color: #DDA66D;
}
.BgClassName
{
background-color: #DDA66D;
}
</style>
border-color css
<style>
span { border-color: #DDA66D; }
span { border-color: rgb(221,166,109); }
td.TdClassName
{
border-color: #DDA66D;
}
.TagClassName
{
border-color: #DDA66D;
}
</style>