Shades of Porsche #DDA36E
Tints of Porsche #DDA36E
RGB
CMYK
RGB Variations
Color information
#DDA36E (or 0xDDA36E) is known color: Porsche. HEX triplet: DD, A3 and 6E. RGB value is (221,163,110). Sum of RGB (Red+Green+Blue) = 221+163+110=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA36E is #225C91. Grayscale: #AEAEAE. Windows color (decimal): -2251922 or 7250909. OLE color: 7250909.
HSL color Cylindrical-coordinate representation of color #DDA36E: hue angle of 28.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA36E is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 110 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.13 |
| HSL | 28.65º | 0.62% | 0.65% | - |
| HSV(B) | 28.65º | 0.5% | 0.87% | - |
| XYZ | 45.73 | 42.69 | 20.58 | - |
| YUV | 174.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 110 | 0 | 0.26 | 0.50 | 0.13 | 28.65 | 0.62 | 0.65 |
| Hex | DD | A3 | 6E | 0 | 1A | 32 | D | 1D | 3E | 41 |
| Octal | 335 | 243 | 156 | 0 | 32 | 62 | 15 | 35 | 76 | 101 |
| Binary | 11011101 | 10100011 | 1101110 | 0 | 11010 | 110010 | 1101 | 11101 | 111110 | 1000001 |
Color Harmonies of #DDA36E
Complementary color
Monochromatic Colors of #DDA36E
Black with #DDA36E
Text Example
Text Example
White with #DDA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA36E; }
p { color: rgb(221,163,110); }
H1.HeaderClassName
{
color: #DDA36E;
}
.AnyTagClassName
{
color: #DDA36E;
}
</style>
background-color css
<style>
a { background-color: #DDA36E; }
a { background-color: rgb(221,163,110); }
div.DivClassName
{
background-color: #DDA36E;
}
.BgClassName
{
background-color: #DDA36E;
}
</style>
border-color css
<style>
span { border-color: #DDA36E; }
span { border-color: rgb(221,163,110); }
td.TdClassName
{
border-color: #DDA36E;
}
.TagClassName
{
border-color: #DDA36E;
}
</style>