Shades of Porsche #DDA15D
Tints of Porsche #DDA15D
RGB
CMYK
RGB Variations
Color information
#DDA15D (or 0xDDA15D) is known color: Porsche. HEX triplet: DD, A1 and 5D. RGB value is (221,161,93). Sum of RGB (Red+Green+Blue) = 221+161+93=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15D is #225EA2. Grayscale: #ABABAB. Windows color (decimal): -2252451 or 6136285. OLE color: 6136285.
HSL color Cylindrical-coordinate representation of color #DDA15D: hue angle of 31.88º 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 #DDA15D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 93 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.13 |
| HSL | 31.88º | 0.65% | 0.62% | - |
| HSV(B) | 31.88º | 0.58% | 0.87% | - |
| XYZ | 44.54 | 41.65 | 16.05 | - |
| YUV | 171.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 93 | 0 | 0.27 | 0.58 | 0.13 | 31.88 | 0.65 | 0.62 |
| Hex | DD | A1 | 5D | 0 | 1B | 3A | D | 20 | 41 | 3E |
| Octal | 335 | 241 | 135 | 0 | 33 | 72 | 15 | 40 | 101 | 76 |
| Binary | 11011101 | 10100001 | 1011101 | 0 | 11011 | 111010 | 1101 | 100000 | 1000001 | 111110 |
Color Harmonies of #DDA15D
Complementary color
Monochromatic Colors of #DDA15D
Black with #DDA15D
Text Example
Text Example
White with #DDA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA15D; }
p { color: rgb(221,161,93); }
H1.HeaderClassName
{
color: #DDA15D;
}
.AnyTagClassName
{
color: #DDA15D;
}
</style>
background-color css
<style>
a { background-color: #DDA15D; }
a { background-color: rgb(221,161,93); }
div.DivClassName
{
background-color: #DDA15D;
}
.BgClassName
{
background-color: #DDA15D;
}
</style>
border-color css
<style>
span { border-color: #DDA15D; }
span { border-color: rgb(221,161,93); }
td.TdClassName
{
border-color: #DDA15D;
}
.TagClassName
{
border-color: #DDA15D;
}
</style>