Shades of Porsche #DDA06B
Tints of Porsche #DDA06B
RGB
CMYK
RGB Variations
Color information
#DDA06B (or 0xDDA06B) is known color: Porsche. HEX triplet: DD, A0 and 6B. RGB value is (221,160,107). Sum of RGB (Red+Green+Blue) = 221+160+107=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06B is #225F94. Grayscale: #ACACAC. Windows color (decimal): -2252693 or 7053533. OLE color: 7053533.
HSL color Cylindrical-coordinate representation of color #DDA06B: hue angle of 27.89º 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 #DDA06B is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 107 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.13 |
| HSL | 27.89º | 0.63% | 0.64% | - |
| HSV(B) | 27.89º | 0.52% | 0.87% | - |
| XYZ | 45.04 | 41.58 | 19.56 | - |
| YUV | 172.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 107 | 0 | 0.28 | 0.52 | 0.13 | 27.89 | 0.63 | 0.64 |
| Hex | DD | A0 | 6B | 0 | 1C | 34 | D | 1C | 3F | 40 |
| Octal | 335 | 240 | 153 | 0 | 34 | 64 | 15 | 34 | 77 | 100 |
| Binary | 11011101 | 10100000 | 1101011 | 0 | 11100 | 110100 | 1101 | 11100 | 111111 | 1000000 |
Color Harmonies of #DDA06B
Complementary color
Monochromatic Colors of #DDA06B
Black with #DDA06B
Text Example
Text Example
White with #DDA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA06B; }
p { color: rgb(221,160,107); }
H1.HeaderClassName
{
color: #DDA06B;
}
.AnyTagClassName
{
color: #DDA06B;
}
</style>
background-color css
<style>
a { background-color: #DDA06B; }
a { background-color: rgb(221,160,107); }
div.DivClassName
{
background-color: #DDA06B;
}
.BgClassName
{
background-color: #DDA06B;
}
</style>
border-color css
<style>
span { border-color: #DDA06B; }
span { border-color: rgb(221,160,107); }
td.TdClassName
{
border-color: #DDA06B;
}
.TagClassName
{
border-color: #DDA06B;
}
</style>