Shades of Porsche #DDA25E
Tints of Porsche #DDA25E
RGB
CMYK
RGB Variations
Color information
#DDA25E (or 0xDDA25E) is known color: Porsche. HEX triplet: DD, A2 and 5E. RGB value is (221,162,94). Sum of RGB (Red+Green+Blue) = 221+162+94=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA25E is #225DA1. Grayscale: #ACACAC. Windows color (decimal): -2252194 or 6202077. OLE color: 6202077.
HSL color Cylindrical-coordinate representation of color #DDA25E: hue angle of 32.13º 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 #DDA25E is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 94 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.13 |
| HSL | 32.13º | 0.65% | 0.62% | - |
| HSV(B) | 32.13º | 0.57% | 0.87% | - |
| XYZ | 44.76 | 42.02 | 16.34 | - |
| YUV | 171.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 94 | 0 | 0.27 | 0.57 | 0.13 | 32.13 | 0.65 | 0.62 |
| Hex | DD | A2 | 5E | 0 | 1B | 39 | D | 20 | 41 | 3E |
| Octal | 335 | 242 | 136 | 0 | 33 | 71 | 15 | 40 | 101 | 76 |
| Binary | 11011101 | 10100010 | 1011110 | 0 | 11011 | 111001 | 1101 | 100000 | 1000001 | 111110 |
Color Harmonies of #DDA25E
Complementary color
Monochromatic Colors of #DDA25E
Black with #DDA25E
Text Example
Text Example
White with #DDA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA25E; }
p { color: rgb(221,162,94); }
H1.HeaderClassName
{
color: #DDA25E;
}
.AnyTagClassName
{
color: #DDA25E;
}
</style>
background-color css
<style>
a { background-color: #DDA25E; }
a { background-color: rgb(221,162,94); }
div.DivClassName
{
background-color: #DDA25E;
}
.BgClassName
{
background-color: #DDA25E;
}
</style>
border-color css
<style>
span { border-color: #DDA25E; }
span { border-color: rgb(221,162,94); }
td.TdClassName
{
border-color: #DDA25E;
}
.TagClassName
{
border-color: #DDA25E;
}
</style>