Shades of Porsche #DDA36D
Tints of Porsche #DDA36D
RGB
CMYK
RGB Variations
Color information
#DDA36D (or 0xDDA36D) is known color: Porsche. HEX triplet: DD, A3 and 6D. RGB value is (221,163,109). Sum of RGB (Red+Green+Blue) = 221+163+109=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA36D is #225C92. Grayscale: #AEAEAE. Windows color (decimal): -2251923 or 7185373. OLE color: 7185373.
HSL color Cylindrical-coordinate representation of color #DDA36D: hue angle of 28.93º 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 #DDA36D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 109 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.13 |
| HSL | 28.93º | 0.62% | 0.65% | - |
| HSV(B) | 28.93º | 0.51% | 0.87% | - |
| XYZ | 45.68 | 42.67 | 20.3 | - |
| YUV | 174.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 109 | 0 | 0.26 | 0.51 | 0.13 | 28.93 | 0.62 | 0.65 |
| Hex | DD | A3 | 6D | 0 | 1A | 33 | D | 1D | 3E | 41 |
| Octal | 335 | 243 | 155 | 0 | 32 | 63 | 15 | 35 | 76 | 101 |
| Binary | 11011101 | 10100011 | 1101101 | 0 | 11010 | 110011 | 1101 | 11101 | 111110 | 1000001 |
Color Harmonies of #DDA36D
Complementary color
Monochromatic Colors of #DDA36D
Black with #DDA36D
Text Example
Text Example
White with #DDA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA36D; }
p { color: rgb(221,163,109); }
H1.HeaderClassName
{
color: #DDA36D;
}
.AnyTagClassName
{
color: #DDA36D;
}
</style>
background-color css
<style>
a { background-color: #DDA36D; }
a { background-color: rgb(221,163,109); }
div.DivClassName
{
background-color: #DDA36D;
}
.BgClassName
{
background-color: #DDA36D;
}
</style>
border-color css
<style>
span { border-color: #DDA36D; }
span { border-color: rgb(221,163,109); }
td.TdClassName
{
border-color: #DDA36D;
}
.TagClassName
{
border-color: #DDA36D;
}
</style>