Shades of Porsche #DDA06C
Tints of Porsche #DDA06C
RGB
CMYK
RGB Variations
Color information
#DDA06C (or 0xDDA06C) is known color: Porsche. HEX triplet: DD, A0 and 6C. RGB value is (221,160,108). Sum of RGB (Red+Green+Blue) = 221+160+108=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06C is #225F93. Grayscale: #ACACAC. Windows color (decimal): -2252692 or 7119069. OLE color: 7119069.
HSL color Cylindrical-coordinate representation of color #DDA06C: hue angle of 27.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDA06C is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 108 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.13 |
| HSL | 27.61º | 0.62% | 0.65% | - |
| HSV(B) | 27.61º | 0.51% | 0.87% | - |
| XYZ | 45.1 | 41.6 | 19.84 | - |
| YUV | 172.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 108 | 0 | 0.28 | 0.51 | 0.13 | 27.61 | 0.62 | 0.65 |
| Hex | DD | A0 | 6C | 0 | 1C | 33 | D | 1C | 3E | 41 |
| Octal | 335 | 240 | 154 | 0 | 34 | 63 | 15 | 34 | 76 | 101 |
| Binary | 11011101 | 10100000 | 1101100 | 0 | 11100 | 110011 | 1101 | 11100 | 111110 | 1000001 |
Color Harmonies of #DDA06C
Complementary color
Monochromatic Colors of #DDA06C
Black with #DDA06C
Text Example
Text Example
White with #DDA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA06C; }
p { color: rgb(221,160,108); }
H1.HeaderClassName
{
color: #DDA06C;
}
.AnyTagClassName
{
color: #DDA06C;
}
</style>
background-color css
<style>
a { background-color: #DDA06C; }
a { background-color: rgb(221,160,108); }
div.DivClassName
{
background-color: #DDA06C;
}
.BgClassName
{
background-color: #DDA06C;
}
</style>
border-color css
<style>
span { border-color: #DDA06C; }
span { border-color: rgb(221,160,108); }
td.TdClassName
{
border-color: #DDA06C;
}
.TagClassName
{
border-color: #DDA06C;
}
</style>