Shades of Porsche #DDA25D
Tints of Porsche #DDA25D
RGB
CMYK
RGB Variations
Color information
#DDA25D (or 0xDDA25D) is known color: Porsche. HEX triplet: DD, A2 and 5D. RGB value is (221,162,93). Sum of RGB (Red+Green+Blue) = 221+162+93=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA25D is #225DA2. Grayscale: #ACACAC. Windows color (decimal): -2252195 or 6136541. OLE color: 6136541.
HSL color Cylindrical-coordinate representation of color #DDA25D: hue angle of 32.34º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA25D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 93 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.13 |
| HSL | 32.34º | 0.65% | 0.62% | - |
| HSV(B) | 32.34º | 0.58% | 0.87% | - |
| XYZ | 44.71 | 42 | 16.11 | - |
| YUV | 171.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 93 | 0 | 0.27 | 0.58 | 0.13 | 32.34 | 0.65 | 0.62 |
| Hex | DD | A2 | 5D | 0 | 1B | 3A | D | 20 | 41 | 3E |
| Octal | 335 | 242 | 135 | 0 | 33 | 72 | 15 | 40 | 101 | 76 |
| Binary | 11011101 | 10100010 | 1011101 | 0 | 11011 | 111010 | 1101 | 100000 | 1000001 | 111110 |
Color Harmonies of #DDA25D
Complementary color
Monochromatic Colors of #DDA25D
Black with #DDA25D
Text Example
Text Example
White with #DDA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA25D; }
p { color: rgb(221,162,93); }
H1.HeaderClassName
{
color: #DDA25D;
}
.AnyTagClassName
{
color: #DDA25D;
}
</style>
background-color css
<style>
a { background-color: #DDA25D; }
a { background-color: rgb(221,162,93); }
div.DivClassName
{
background-color: #DDA25D;
}
.BgClassName
{
background-color: #DDA25D;
}
</style>
border-color css
<style>
span { border-color: #DDA25D; }
span { border-color: rgb(221,162,93); }
td.TdClassName
{
border-color: #DDA25D;
}
.TagClassName
{
border-color: #DDA25D;
}
</style>