Shades of Porsche #DDA763
Tints of Porsche #DDA763
RGB
CMYK
RGB Variations
Color information
#DDA763 (or 0xDDA763) is known color: Porsche. HEX triplet: DD, A7 and 63. RGB value is (221,167,99). Sum of RGB (Red+Green+Blue) = 221+167+99=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA763 is #22589C. Grayscale: #AFAFAF. Windows color (decimal): -2250909 or 6531037. OLE color: 6531037.
HSL color Cylindrical-coordinate representation of color #DDA763: hue angle of 33.44º 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 #DDA763 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 99 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.13 |
| HSL | 33.44º | 0.64% | 0.63% | - |
| HSV(B) | 33.44º | 0.55% | 0.87% | - |
| XYZ | 45.89 | 43.91 | 17.86 | - |
| YUV | 175.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 99 | 0 | 0.24 | 0.55 | 0.13 | 33.44 | 0.64 | 0.63 |
| Hex | DD | A7 | 63 | 0 | 18 | 37 | D | 21 | 40 | 3F |
| Octal | 335 | 247 | 143 | 0 | 30 | 67 | 15 | 41 | 100 | 77 |
| Binary | 11011101 | 10100111 | 1100011 | 0 | 11000 | 110111 | 1101 | 100001 | 1000000 | 111111 |
Color Harmonies of #DDA763
Complementary color
Monochromatic Colors of #DDA763
Black with #DDA763
Text Example
Text Example
White with #DDA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA763; }
p { color: rgb(221,167,99); }
H1.HeaderClassName
{
color: #DDA763;
}
.AnyTagClassName
{
color: #DDA763;
}
</style>
background-color css
<style>
a { background-color: #DDA763; }
a { background-color: rgb(221,167,99); }
div.DivClassName
{
background-color: #DDA763;
}
.BgClassName
{
background-color: #DDA763;
}
</style>
border-color css
<style>
span { border-color: #DDA763; }
span { border-color: rgb(221,167,99); }
td.TdClassName
{
border-color: #DDA763;
}
.TagClassName
{
border-color: #DDA763;
}
</style>