Shades of Porsche #DDA56B
Tints of Porsche #DDA56B
RGB
CMYK
RGB Variations
Color information
#DDA56B (or 0xDDA56B) is known color: Porsche. HEX triplet: DD, A5 and 6B. RGB value is (221,165,107). Sum of RGB (Red+Green+Blue) = 221+165+107=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56B is #225A94. Grayscale: #AFAFAF. Windows color (decimal): -2251413 or 7054813. OLE color: 7054813.
HSL color Cylindrical-coordinate representation of color #DDA56B: hue angle of 30.53º 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 #DDA56B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 107 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.13 |
| HSL | 30.53º | 0.63% | 0.64% | - |
| HSV(B) | 30.53º | 0.52% | 0.87% | - |
| XYZ | 45.93 | 43.34 | 19.86 | - |
| YUV | 175.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 107 | 0 | 0.25 | 0.52 | 0.13 | 30.53 | 0.63 | 0.64 |
| Hex | DD | A5 | 6B | 0 | 19 | 34 | D | 1F | 3F | 40 |
| Octal | 335 | 245 | 153 | 0 | 31 | 64 | 15 | 37 | 77 | 100 |
| Binary | 11011101 | 10100101 | 1101011 | 0 | 11001 | 110100 | 1101 | 11111 | 111111 | 1000000 |
Color Harmonies of #DDA56B
Complementary color
Monochromatic Colors of #DDA56B
Black with #DDA56B
Text Example
Text Example
White with #DDA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA56B; }
p { color: rgb(221,165,107); }
H1.HeaderClassName
{
color: #DDA56B;
}
.AnyTagClassName
{
color: #DDA56B;
}
</style>
background-color css
<style>
a { background-color: #DDA56B; }
a { background-color: rgb(221,165,107); }
div.DivClassName
{
background-color: #DDA56B;
}
.BgClassName
{
background-color: #DDA56B;
}
</style>
border-color css
<style>
span { border-color: #DDA56B; }
span { border-color: rgb(221,165,107); }
td.TdClassName
{
border-color: #DDA56B;
}
.TagClassName
{
border-color: #DDA56B;
}
</style>