Shades of Porsche #DDA05D
Tints of Porsche #DDA05D
RGB
CMYK
RGB Variations
Color information
#DDA05D (or 0xDDA05D) is known color: Porsche. HEX triplet: DD, A0 and 5D. RGB value is (221,160,93). Sum of RGB (Red+Green+Blue) = 221+160+93=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA05D is #225FA2. Grayscale: #AAAAAA. Windows color (decimal): -2252707 or 6136029. OLE color: 6136029.
HSL color Cylindrical-coordinate representation of color #DDA05D: hue angle of 31.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA05D is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 93 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.13 |
| HSL | 31.41º | 0.65% | 0.62% | - |
| HSV(B) | 31.41º | 0.58% | 0.87% | - |
| XYZ | 44.37 | 41.3 | 15.99 | - |
| YUV | 170.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 93 | 0 | 0.28 | 0.58 | 0.13 | 31.41 | 0.65 | 0.62 |
| Hex | DD | A0 | 5D | 0 | 1C | 3A | D | 1F | 41 | 3E |
| Octal | 335 | 240 | 135 | 0 | 34 | 72 | 15 | 37 | 101 | 76 |
| Binary | 11011101 | 10100000 | 1011101 | 0 | 11100 | 111010 | 1101 | 11111 | 1000001 | 111110 |
Color Harmonies of #DDA05D
Complementary color
Monochromatic Colors of #DDA05D
Black with #DDA05D
Text Example
Text Example
White with #DDA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA05D; }
p { color: rgb(221,160,93); }
H1.HeaderClassName
{
color: #DDA05D;
}
.AnyTagClassName
{
color: #DDA05D;
}
</style>
background-color css
<style>
a { background-color: #DDA05D; }
a { background-color: rgb(221,160,93); }
div.DivClassName
{
background-color: #DDA05D;
}
.BgClassName
{
background-color: #DDA05D;
}
</style>
border-color css
<style>
span { border-color: #DDA05D; }
span { border-color: rgb(221,160,93); }
td.TdClassName
{
border-color: #DDA05D;
}
.TagClassName
{
border-color: #DDA05D;
}
</style>