Shades of Porsche #DDA46C
Tints of Porsche #DDA46C
RGB
CMYK
RGB Variations
Color information
#DDA46C (or 0xDDA46C) is known color: Porsche. HEX triplet: DD, A4 and 6C. RGB value is (221,164,108). Sum of RGB (Red+Green+Blue) = 221+164+108=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA46C is #225B93. Grayscale: #AEAEAE. Windows color (decimal): -2251668 or 7120093. OLE color: 7120093.
HSL color Cylindrical-coordinate representation of color #DDA46C: hue angle of 29.73º 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 #DDA46C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 108 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.13 |
| HSL | 29.73º | 0.62% | 0.65% | - |
| HSV(B) | 29.73º | 0.51% | 0.87% | - |
| XYZ | 45.8 | 43.01 | 20.07 | - |
| YUV | 174.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 108 | 0 | 0.26 | 0.51 | 0.13 | 29.73 | 0.62 | 0.65 |
| Hex | DD | A4 | 6C | 0 | 1A | 33 | D | 1E | 3E | 41 |
| Octal | 335 | 244 | 154 | 0 | 32 | 63 | 15 | 36 | 76 | 101 |
| Binary | 11011101 | 10100100 | 1101100 | 0 | 11010 | 110011 | 1101 | 11110 | 111110 | 1000001 |
Color Harmonies of #DDA46C
Complementary color
Monochromatic Colors of #DDA46C
Black with #DDA46C
Text Example
Text Example
White with #DDA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA46C; }
p { color: rgb(221,164,108); }
H1.HeaderClassName
{
color: #DDA46C;
}
.AnyTagClassName
{
color: #DDA46C;
}
</style>
background-color css
<style>
a { background-color: #DDA46C; }
a { background-color: rgb(221,164,108); }
div.DivClassName
{
background-color: #DDA46C;
}
.BgClassName
{
background-color: #DDA46C;
}
</style>
border-color css
<style>
span { border-color: #DDA46C; }
span { border-color: rgb(221,164,108); }
td.TdClassName
{
border-color: #DDA46C;
}
.TagClassName
{
border-color: #DDA46C;
}
</style>