Shades of Porsche #DDA36C
Tints of Porsche #DDA36C
RGB
CMYK
RGB Variations
Color information
#DDA36C (or 0xDDA36C) is known color: Porsche. HEX triplet: DD, A3 and 6C. RGB value is (221,163,108). Sum of RGB (Red+Green+Blue) = 221+163+108=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA36C is #225C93. Grayscale: #AEAEAE. Windows color (decimal): -2251924 or 7119837. OLE color: 7119837.
HSL color Cylindrical-coordinate representation of color #DDA36C: hue angle of 29.2º 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 #DDA36C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 108 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.13 |
| HSL | 29.2º | 0.62% | 0.65% | - |
| HSV(B) | 29.2º | 0.51% | 0.87% | - |
| XYZ | 45.62 | 42.65 | 20.01 | - |
| YUV | 174.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 108 | 0 | 0.26 | 0.51 | 0.13 | 29.2 | 0.62 | 0.65 |
| Hex | DD | A3 | 6C | 0 | 1A | 33 | D | 1D | 3E | 41 |
| Octal | 335 | 243 | 154 | 0 | 32 | 63 | 15 | 35 | 76 | 101 |
| Binary | 11011101 | 10100011 | 1101100 | 0 | 11010 | 110011 | 1101 | 11101 | 111110 | 1000001 |
Color Harmonies of #DDA36C
Complementary color
Monochromatic Colors of #DDA36C
Black with #DDA36C
Text Example
Text Example
White with #DDA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA36C; }
p { color: rgb(221,163,108); }
H1.HeaderClassName
{
color: #DDA36C;
}
.AnyTagClassName
{
color: #DDA36C;
}
</style>
background-color css
<style>
a { background-color: #DDA36C; }
a { background-color: rgb(221,163,108); }
div.DivClassName
{
background-color: #DDA36C;
}
.BgClassName
{
background-color: #DDA36C;
}
</style>
border-color css
<style>
span { border-color: #DDA36C; }
span { border-color: rgb(221,163,108); }
td.TdClassName
{
border-color: #DDA36C;
}
.TagClassName
{
border-color: #DDA36C;
}
</style>