Shades of Porsche #DDA358
Tints of Porsche #DDA358
RGB
CMYK
RGB Variations
Color information
#DDA358 (or 0xDDA358) is known color: Porsche. HEX triplet: DD, A3 and 58. RGB value is (221,163,88). Sum of RGB (Red+Green+Blue) = 221+163+88=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA358 is #225CA7. Grayscale: #ACACAC. Windows color (decimal): -2251944 or 5809117. OLE color: 5809117.
HSL color Cylindrical-coordinate representation of color #DDA358: hue angle of 33.83º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDA358 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 88 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.13 |
| HSL | 33.83º | 0.66% | 0.61% | - |
| HSV(B) | 33.83º | 0.6% | 0.87% | - |
| XYZ | 44.68 | 42.27 | 15.04 | - |
| YUV | 171.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 88 | 0 | 0.26 | 0.60 | 0.13 | 33.83 | 0.66 | 0.61 |
| Hex | DD | A3 | 58 | 0 | 1A | 3C | D | 22 | 42 | 3D |
| Octal | 335 | 243 | 130 | 0 | 32 | 74 | 15 | 42 | 102 | 75 |
| Binary | 11011101 | 10100011 | 1011000 | 0 | 11010 | 111100 | 1101 | 100010 | 1000010 | 111101 |
Color Harmonies of #DDA358
Complementary color
Monochromatic Colors of #DDA358
Black with #DDA358
Text Example
Text Example
White with #DDA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA358; }
p { color: rgb(221,163,88); }
H1.HeaderClassName
{
color: #DDA358;
}
.AnyTagClassName
{
color: #DDA358;
}
</style>
background-color css
<style>
a { background-color: #DDA358; }
a { background-color: rgb(221,163,88); }
div.DivClassName
{
background-color: #DDA358;
}
.BgClassName
{
background-color: #DDA358;
}
</style>
border-color css
<style>
span { border-color: #DDA358; }
span { border-color: rgb(221,163,88); }
td.TdClassName
{
border-color: #DDA358;
}
.TagClassName
{
border-color: #DDA358;
}
</style>