Shades of Porsche #DDA76A
Tints of Porsche #DDA76A
RGB
CMYK
RGB Variations
Color information
#DDA76A (or 0xDDA76A) is known color: Porsche. HEX triplet: DD, A7 and 6A. RGB value is (221,167,106). Sum of RGB (Red+Green+Blue) = 221+167+106=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA76A is #225895. Grayscale: #B0B0B0. Windows color (decimal): -2250902 or 6989789. OLE color: 6989789.
HSL color Cylindrical-coordinate representation of color #DDA76A: hue angle of 31.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDA76A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 106 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.13 |
| HSL | 31.83º | 0.63% | 0.64% | - |
| HSV(B) | 31.83º | 0.52% | 0.87% | - |
| XYZ | 46.24 | 44.05 | 19.7 | - |
| YUV | 176.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 106 | 0 | 0.24 | 0.52 | 0.13 | 31.83 | 0.63 | 0.64 |
| Hex | DD | A7 | 6A | 0 | 18 | 34 | D | 20 | 3F | 40 |
| Octal | 335 | 247 | 152 | 0 | 30 | 64 | 15 | 40 | 77 | 100 |
| Binary | 11011101 | 10100111 | 1101010 | 0 | 11000 | 110100 | 1101 | 100000 | 111111 | 1000000 |
Color Harmonies of #DDA76A
Complementary color
Monochromatic Colors of #DDA76A
Black with #DDA76A
Text Example
Text Example
White with #DDA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA76A; }
p { color: rgb(221,167,106); }
H1.HeaderClassName
{
color: #DDA76A;
}
.AnyTagClassName
{
color: #DDA76A;
}
</style>
background-color css
<style>
a { background-color: #DDA76A; }
a { background-color: rgb(221,167,106); }
div.DivClassName
{
background-color: #DDA76A;
}
.BgClassName
{
background-color: #DDA76A;
}
</style>
border-color css
<style>
span { border-color: #DDA76A; }
span { border-color: rgb(221,167,106); }
td.TdClassName
{
border-color: #DDA76A;
}
.TagClassName
{
border-color: #DDA76A;
}
</style>