Shades of Porsche #DDA14E
Tints of Porsche #DDA14E
RGB
CMYK
RGB Variations
Color information
#DDA14E (or 0xDDA14E) is known color: Porsche. HEX triplet: DD, A1 and 4E. RGB value is (221,161,78). Sum of RGB (Red+Green+Blue) = 221+161+78=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA14E is #225EB1. Grayscale: #A9A9A9. Windows color (decimal): -2252466 or 5153245. OLE color: 5153245.
HSL color Cylindrical-coordinate representation of color #DDA14E: hue angle of 34.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA14E is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 78 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.13 |
| HSL | 34.83º | 0.68% | 0.59% | - |
| HSV(B) | 34.83º | 0.65% | 0.87% | - |
| XYZ | 43.94 | 41.41 | 12.89 | - |
| YUV | 169.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 78 | 0 | 0.27 | 0.65 | 0.13 | 34.83 | 0.68 | 0.59 |
| Hex | DD | A1 | 4E | 0 | 1B | 41 | D | 23 | 44 | 3B |
| Octal | 335 | 241 | 116 | 0 | 33 | 101 | 15 | 43 | 104 | 73 |
| Binary | 11011101 | 10100001 | 1001110 | 0 | 11011 | 1000001 | 1101 | 100011 | 1000100 | 111011 |
Color Harmonies of #DDA14E
Complementary color
Monochromatic Colors of #DDA14E
Black with #DDA14E
Text Example
Text Example
White with #DDA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA14E; }
p { color: rgb(221,161,78); }
H1.HeaderClassName
{
color: #DDA14E;
}
.AnyTagClassName
{
color: #DDA14E;
}
</style>
background-color css
<style>
a { background-color: #DDA14E; }
a { background-color: rgb(221,161,78); }
div.DivClassName
{
background-color: #DDA14E;
}
.BgClassName
{
background-color: #DDA14E;
}
</style>
border-color css
<style>
span { border-color: #DDA14E; }
span { border-color: rgb(221,161,78); }
td.TdClassName
{
border-color: #DDA14E;
}
.TagClassName
{
border-color: #DDA14E;
}
</style>