Shades of Porsche #DDA359
Tints of Porsche #DDA359
RGB
CMYK
RGB Variations
Color information
#DDA359 (or 0xDDA359) is known color: Porsche. HEX triplet: DD, A3 and 59. RGB value is (221,163,89). Sum of RGB (Red+Green+Blue) = 221+163+89=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA359 is #225CA6. Grayscale: #ACACAC. Windows color (decimal): -2251943 or 5874653. OLE color: 5874653.
HSL color Cylindrical-coordinate representation of color #DDA359: hue angle of 33.64º 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 #DDA359 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 89 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.13 |
| HSL | 33.64º | 0.66% | 0.61% | - |
| HSV(B) | 33.64º | 0.6% | 0.87% | - |
| XYZ | 44.72 | 42.29 | 15.26 | - |
| YUV | 171.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 89 | 0 | 0.26 | 0.60 | 0.13 | 33.64 | 0.66 | 0.61 |
| Hex | DD | A3 | 59 | 0 | 1A | 3C | D | 22 | 42 | 3D |
| Octal | 335 | 243 | 131 | 0 | 32 | 74 | 15 | 42 | 102 | 75 |
| Binary | 11011101 | 10100011 | 1011001 | 0 | 11010 | 111100 | 1101 | 100010 | 1000010 | 111101 |
Color Harmonies of #DDA359
Complementary color
Monochromatic Colors of #DDA359
Black with #DDA359
Text Example
Text Example
White with #DDA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA359; }
p { color: rgb(221,163,89); }
H1.HeaderClassName
{
color: #DDA359;
}
.AnyTagClassName
{
color: #DDA359;
}
</style>
background-color css
<style>
a { background-color: #DDA359; }
a { background-color: rgb(221,163,89); }
div.DivClassName
{
background-color: #DDA359;
}
.BgClassName
{
background-color: #DDA359;
}
</style>
border-color css
<style>
span { border-color: #DDA359; }
span { border-color: rgb(221,163,89); }
td.TdClassName
{
border-color: #DDA359;
}
.TagClassName
{
border-color: #DDA359;
}
</style>