Shades of Porsche #DDA356
Tints of Porsche #DDA356
RGB
CMYK
RGB Variations
Color information
#DDA356 (or 0xDDA356) is known color: Porsche. HEX triplet: DD, A3 and 56. RGB value is (221,163,86). Sum of RGB (Red+Green+Blue) = 221+163+86=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA356 is #225CA9. Grayscale: #ABABAB. Windows color (decimal): -2251946 or 5678045. OLE color: 5678045.
HSL color Cylindrical-coordinate representation of color #DDA356: hue angle of 34.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDA356 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 86 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.13 |
| HSL | 34.22º | 0.67% | 0.6% | - |
| HSV(B) | 34.22º | 0.61% | 0.87% | - |
| XYZ | 44.6 | 42.24 | 14.61 | - |
| YUV | 171.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 86 | 0 | 0.26 | 0.61 | 0.13 | 34.22 | 0.67 | 0.6 |
| Hex | DD | A3 | 56 | 0 | 1A | 3D | D | 22 | 43 | 3C |
| Octal | 335 | 243 | 126 | 0 | 32 | 75 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100011 | 1010110 | 0 | 11010 | 111101 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA356
Complementary color
Monochromatic Colors of #DDA356
Black with #DDA356
Text Example
Text Example
White with #DDA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA356; }
p { color: rgb(221,163,86); }
H1.HeaderClassName
{
color: #DDA356;
}
.AnyTagClassName
{
color: #DDA356;
}
</style>
background-color css
<style>
a { background-color: #DDA356; }
a { background-color: rgb(221,163,86); }
div.DivClassName
{
background-color: #DDA356;
}
.BgClassName
{
background-color: #DDA356;
}
</style>
border-color css
<style>
span { border-color: #DDA356; }
span { border-color: rgb(221,163,86); }
td.TdClassName
{
border-color: #DDA356;
}
.TagClassName
{
border-color: #DDA356;
}
</style>