Shades of Porsche #DDA355
Tints of Porsche #DDA355
RGB
CMYK
RGB Variations
Color information
#DDA355 (or 0xDDA355) is known color: Porsche. HEX triplet: DD, A3 and 55. RGB value is (221,163,85). Sum of RGB (Red+Green+Blue) = 221+163+85=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA355 is #225CAA. Grayscale: #ABABAB. Windows color (decimal): -2251947 or 5612509. OLE color: 5612509.
HSL color Cylindrical-coordinate representation of color #DDA355: hue angle of 34.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA355 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 85 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.13 |
| HSL | 34.41º | 0.67% | 0.6% | - |
| HSV(B) | 34.41º | 0.62% | 0.87% | - |
| XYZ | 44.56 | 42.22 | 14.4 | - |
| YUV | 171.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 85 | 0 | 0.26 | 0.62 | 0.13 | 34.41 | 0.67 | 0.6 |
| Hex | DD | A3 | 55 | 0 | 1A | 3E | D | 22 | 43 | 3C |
| Octal | 335 | 243 | 125 | 0 | 32 | 76 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100011 | 1010101 | 0 | 11010 | 111110 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA355
Complementary color
Monochromatic Colors of #DDA355
Black with #DDA355
Text Example
Text Example
White with #DDA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA355; }
p { color: rgb(221,163,85); }
H1.HeaderClassName
{
color: #DDA355;
}
.AnyTagClassName
{
color: #DDA355;
}
</style>
background-color css
<style>
a { background-color: #DDA355; }
a { background-color: rgb(221,163,85); }
div.DivClassName
{
background-color: #DDA355;
}
.BgClassName
{
background-color: #DDA355;
}
</style>
border-color css
<style>
span { border-color: #DDA355; }
span { border-color: rgb(221,163,85); }
td.TdClassName
{
border-color: #DDA355;
}
.TagClassName
{
border-color: #DDA355;
}
</style>