Shades of Porsche #DDA35E
Tints of Porsche #DDA35E
RGB
CMYK
RGB Variations
Color information
#DDA35E (or 0xDDA35E) is known color: Porsche. HEX triplet: DD, A3 and 5E. RGB value is (221,163,94). Sum of RGB (Red+Green+Blue) = 221+163+94=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA35E is #225CA1. Grayscale: #ACACAC. Windows color (decimal): -2251938 or 6202333. OLE color: 6202333.
HSL color Cylindrical-coordinate representation of color #DDA35E: hue angle of 32.6º 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 #DDA35E is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 94 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.13 |
| HSL | 32.6º | 0.65% | 0.62% | - |
| HSV(B) | 32.6º | 0.57% | 0.87% | - |
| XYZ | 44.94 | 42.37 | 16.4 | - |
| YUV | 172.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 94 | 0 | 0.26 | 0.57 | 0.13 | 32.6 | 0.65 | 0.62 |
| Hex | DD | A3 | 5E | 0 | 1A | 39 | D | 21 | 41 | 3E |
| Octal | 335 | 243 | 136 | 0 | 32 | 71 | 15 | 41 | 101 | 76 |
| Binary | 11011101 | 10100011 | 1011110 | 0 | 11010 | 111001 | 1101 | 100001 | 1000001 | 111110 |
Color Harmonies of #DDA35E
Complementary color
Monochromatic Colors of #DDA35E
Black with #DDA35E
Text Example
Text Example
White with #DDA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA35E; }
p { color: rgb(221,163,94); }
H1.HeaderClassName
{
color: #DDA35E;
}
.AnyTagClassName
{
color: #DDA35E;
}
</style>
background-color css
<style>
a { background-color: #DDA35E; }
a { background-color: rgb(221,163,94); }
div.DivClassName
{
background-color: #DDA35E;
}
.BgClassName
{
background-color: #DDA35E;
}
</style>
border-color css
<style>
span { border-color: #DDA35E; }
span { border-color: rgb(221,163,94); }
td.TdClassName
{
border-color: #DDA35E;
}
.TagClassName
{
border-color: #DDA35E;
}
</style>