Shades of Porsche #DDA45A
Tints of Porsche #DDA45A
RGB
CMYK
RGB Variations
Color information
#DDA45A (or 0xDDA45A) is known color: Porsche. HEX triplet: DD, A4 and 5A. RGB value is (221,164,90). Sum of RGB (Red+Green+Blue) = 221+164+90=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA45A is #225BA5. Grayscale: #ACACAC. Windows color (decimal): -2251686 or 5940445. OLE color: 5940445.
HSL color Cylindrical-coordinate representation of color #DDA45A: hue angle of 33.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDA45A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 90 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.13 |
| HSL | 33.89º | 0.66% | 0.61% | - |
| HSV(B) | 33.89º | 0.59% | 0.87% | - |
| XYZ | 44.94 | 42.66 | 15.54 | - |
| YUV | 172.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 90 | 0 | 0.26 | 0.59 | 0.13 | 33.89 | 0.66 | 0.61 |
| Hex | DD | A4 | 5A | 0 | 1A | 3B | D | 22 | 42 | 3D |
| Octal | 335 | 244 | 132 | 0 | 32 | 73 | 15 | 42 | 102 | 75 |
| Binary | 11011101 | 10100100 | 1011010 | 0 | 11010 | 111011 | 1101 | 100010 | 1000010 | 111101 |
Color Harmonies of #DDA45A
Complementary color
Monochromatic Colors of #DDA45A
Black with #DDA45A
Text Example
Text Example
White with #DDA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA45A; }
p { color: rgb(221,164,90); }
H1.HeaderClassName
{
color: #DDA45A;
}
.AnyTagClassName
{
color: #DDA45A;
}
</style>
background-color css
<style>
a { background-color: #DDA45A; }
a { background-color: rgb(221,164,90); }
div.DivClassName
{
background-color: #DDA45A;
}
.BgClassName
{
background-color: #DDA45A;
}
</style>
border-color css
<style>
span { border-color: #DDA45A; }
span { border-color: rgb(221,164,90); }
td.TdClassName
{
border-color: #DDA45A;
}
.TagClassName
{
border-color: #DDA45A;
}
</style>