Shades of Porsche #DDA65E
Tints of Porsche #DDA65E
RGB
CMYK
RGB Variations
Color information
#DDA65E (or 0xDDA65E) is known color: Porsche. HEX triplet: DD, A6 and 5E. RGB value is (221,166,94). Sum of RGB (Red+Green+Blue) = 221+166+94=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA65E is #2259A1. Grayscale: #AEAEAE. Windows color (decimal): -2251170 or 6203101. OLE color: 6203101.
HSL color Cylindrical-coordinate representation of color #DDA65E: hue angle of 34.02º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDA65E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 94 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.13 |
| HSL | 34.02º | 0.65% | 0.62% | - |
| HSV(B) | 34.02º | 0.57% | 0.87% | - |
| XYZ | 45.48 | 43.45 | 16.58 | - |
| YUV | 174.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 94 | 0 | 0.25 | 0.57 | 0.13 | 34.02 | 0.65 | 0.62 |
| Hex | DD | A6 | 5E | 0 | 19 | 39 | D | 22 | 41 | 3E |
| Octal | 335 | 246 | 136 | 0 | 31 | 71 | 15 | 42 | 101 | 76 |
| Binary | 11011101 | 10100110 | 1011110 | 0 | 11001 | 111001 | 1101 | 100010 | 1000001 | 111110 |
Color Harmonies of #DDA65E
Complementary color
Monochromatic Colors of #DDA65E
Black with #DDA65E
Text Example
Text Example
White with #DDA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA65E; }
p { color: rgb(221,166,94); }
H1.HeaderClassName
{
color: #DDA65E;
}
.AnyTagClassName
{
color: #DDA65E;
}
</style>
background-color css
<style>
a { background-color: #DDA65E; }
a { background-color: rgb(221,166,94); }
div.DivClassName
{
background-color: #DDA65E;
}
.BgClassName
{
background-color: #DDA65E;
}
</style>
border-color css
<style>
span { border-color: #DDA65E; }
span { border-color: rgb(221,166,94); }
td.TdClassName
{
border-color: #DDA65E;
}
.TagClassName
{
border-color: #DDA65E;
}
</style>