Shades of Porsche #DDA56C
Tints of Porsche #DDA56C
RGB
CMYK
RGB Variations
Color information
#DDA56C (or 0xDDA56C) is known color: Porsche. HEX triplet: DD, A5 and 6C. RGB value is (221,165,108). Sum of RGB (Red+Green+Blue) = 221+165+108=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56C is #225A93. Grayscale: #AFAFAF. Windows color (decimal): -2251412 or 7120349. OLE color: 7120349.
HSL color Cylindrical-coordinate representation of color #DDA56C: hue angle of 30.27º 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 #DDA56C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 108 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.13 |
| HSL | 30.27º | 0.62% | 0.65% | - |
| HSV(B) | 30.27º | 0.51% | 0.87% | - |
| XYZ | 45.98 | 43.37 | 20.13 | - |
| YUV | 175.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 108 | 0 | 0.25 | 0.51 | 0.13 | 30.27 | 0.62 | 0.65 |
| Hex | DD | A5 | 6C | 0 | 19 | 33 | D | 1E | 3E | 41 |
| Octal | 335 | 245 | 154 | 0 | 31 | 63 | 15 | 36 | 76 | 101 |
| Binary | 11011101 | 10100101 | 1101100 | 0 | 11001 | 110011 | 1101 | 11110 | 111110 | 1000001 |
Color Harmonies of #DDA56C
Complementary color
Monochromatic Colors of #DDA56C
Black with #DDA56C
Text Example
Text Example
White with #DDA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA56C; }
p { color: rgb(221,165,108); }
H1.HeaderClassName
{
color: #DDA56C;
}
.AnyTagClassName
{
color: #DDA56C;
}
</style>
background-color css
<style>
a { background-color: #DDA56C; }
a { background-color: rgb(221,165,108); }
div.DivClassName
{
background-color: #DDA56C;
}
.BgClassName
{
background-color: #DDA56C;
}
</style>
border-color css
<style>
span { border-color: #DDA56C; }
span { border-color: rgb(221,165,108); }
td.TdClassName
{
border-color: #DDA56C;
}
.TagClassName
{
border-color: #DDA56C;
}
</style>