Shades of Porsche #DDA256
Tints of Porsche #DDA256
RGB
CMYK
RGB Variations
Color information
#DDA256 (or 0xDDA256) is known color: Porsche. HEX triplet: DD, A2 and 56. RGB value is (221,162,86). Sum of RGB (Red+Green+Blue) = 221+162+86=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA256 is #225DA9. Grayscale: #ABABAB. Windows color (decimal): -2252202 or 5677789. OLE color: 5677789.
HSL color Cylindrical-coordinate representation of color #DDA256: hue angle of 33.78º 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 #DDA256 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 86 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.13 |
| HSL | 33.78º | 0.67% | 0.6% | - |
| HSV(B) | 33.78º | 0.61% | 0.87% | - |
| XYZ | 44.42 | 41.88 | 14.55 | - |
| YUV | 170.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 86 | 0 | 0.27 | 0.61 | 0.13 | 33.78 | 0.67 | 0.6 |
| Hex | DD | A2 | 56 | 0 | 1B | 3D | D | 22 | 43 | 3C |
| Octal | 335 | 242 | 126 | 0 | 33 | 75 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100010 | 1010110 | 0 | 11011 | 111101 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA256
Complementary color
Monochromatic Colors of #DDA256
Black with #DDA256
Text Example
Text Example
White with #DDA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA256; }
p { color: rgb(221,162,86); }
H1.HeaderClassName
{
color: #DDA256;
}
.AnyTagClassName
{
color: #DDA256;
}
</style>
background-color css
<style>
a { background-color: #DDA256; }
a { background-color: rgb(221,162,86); }
div.DivClassName
{
background-color: #DDA256;
}
.BgClassName
{
background-color: #DDA256;
}
</style>
border-color css
<style>
span { border-color: #DDA256; }
span { border-color: rgb(221,162,86); }
td.TdClassName
{
border-color: #DDA256;
}
.TagClassName
{
border-color: #DDA256;
}
</style>