Shades of Porsche #DDA363
Tints of Porsche #DDA363
RGB
CMYK
RGB Variations
Color information
#DDA363 (or 0xDDA363) is known color: Porsche. HEX triplet: DD, A3 and 63. RGB value is (221,163,99). Sum of RGB (Red+Green+Blue) = 221+163+99=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA363 is #225C9C. Grayscale: #ADADAD. Windows color (decimal): -2251933 or 6530013. OLE color: 6530013.
HSL color Cylindrical-coordinate representation of color #DDA363: hue angle of 31.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDA363 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 99 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.13 |
| HSL | 31.48º | 0.64% | 0.63% | - |
| HSV(B) | 31.48º | 0.55% | 0.87% | - |
| XYZ | 45.17 | 42.47 | 17.62 | - |
| YUV | 173.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 99 | 0 | 0.26 | 0.55 | 0.13 | 31.48 | 0.64 | 0.63 |
| Hex | DD | A3 | 63 | 0 | 1A | 37 | D | 1F | 40 | 3F |
| Octal | 335 | 243 | 143 | 0 | 32 | 67 | 15 | 37 | 100 | 77 |
| Binary | 11011101 | 10100011 | 1100011 | 0 | 11010 | 110111 | 1101 | 11111 | 1000000 | 111111 |
Color Harmonies of #DDA363
Complementary color
Monochromatic Colors of #DDA363
Black with #DDA363
Text Example
Text Example
White with #DDA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA363; }
p { color: rgb(221,163,99); }
H1.HeaderClassName
{
color: #DDA363;
}
.AnyTagClassName
{
color: #DDA363;
}
</style>
background-color css
<style>
a { background-color: #DDA363; }
a { background-color: rgb(221,163,99); }
div.DivClassName
{
background-color: #DDA363;
}
.BgClassName
{
background-color: #DDA363;
}
</style>
border-color css
<style>
span { border-color: #DDA363; }
span { border-color: rgb(221,163,99); }
td.TdClassName
{
border-color: #DDA363;
}
.TagClassName
{
border-color: #DDA363;
}
</style>