Shades of Porsche #DDA25B
Tints of Porsche #DDA25B
RGB
CMYK
RGB Variations
Color information
#DDA25B (or 0xDDA25B) is known color: Porsche. HEX triplet: DD, A2 and 5B. RGB value is (221,162,91). Sum of RGB (Red+Green+Blue) = 221+162+91=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA25B is #225DA4. Grayscale: #ABABAB. Windows color (decimal): -2252197 or 6005469. OLE color: 6005469.
HSL color Cylindrical-coordinate representation of color #DDA25B: hue angle of 32.77º 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 #DDA25B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 91 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.13 |
| HSL | 32.77º | 0.66% | 0.61% | - |
| HSV(B) | 32.77º | 0.59% | 0.87% | - |
| XYZ | 44.63 | 41.97 | 15.65 | - |
| YUV | 171.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 91 | 0 | 0.27 | 0.59 | 0.13 | 32.77 | 0.66 | 0.61 |
| Hex | DD | A2 | 5B | 0 | 1B | 3B | D | 21 | 42 | 3D |
| Octal | 335 | 242 | 133 | 0 | 33 | 73 | 15 | 41 | 102 | 75 |
| Binary | 11011101 | 10100010 | 1011011 | 0 | 11011 | 111011 | 1101 | 100001 | 1000010 | 111101 |
Color Harmonies of #DDA25B
Complementary color
Monochromatic Colors of #DDA25B
Black with #DDA25B
Text Example
Text Example
White with #DDA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA25B; }
p { color: rgb(221,162,91); }
H1.HeaderClassName
{
color: #DDA25B;
}
.AnyTagClassName
{
color: #DDA25B;
}
</style>
background-color css
<style>
a { background-color: #DDA25B; }
a { background-color: rgb(221,162,91); }
div.DivClassName
{
background-color: #DDA25B;
}
.BgClassName
{
background-color: #DDA25B;
}
</style>
border-color css
<style>
span { border-color: #DDA25B; }
span { border-color: rgb(221,162,91); }
td.TdClassName
{
border-color: #DDA25B;
}
.TagClassName
{
border-color: #DDA25B;
}
</style>