Shades of Porsche #DDA05B
Tints of Porsche #DDA05B
RGB
CMYK
RGB Variations
Color information
#DDA05B (or 0xDDA05B) is known color: Porsche. HEX triplet: DD, A0 and 5B. RGB value is (221,160,91). Sum of RGB (Red+Green+Blue) = 221+160+91=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA05B is #225FA4. Grayscale: #AAAAAA. Windows color (decimal): -2252709 or 6004957. OLE color: 6004957.
HSL color Cylindrical-coordinate representation of color #DDA05B: hue angle of 31.85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDA05B is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 91 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.13 |
| HSL | 31.85º | 0.66% | 0.61% | - |
| HSV(B) | 31.85º | 0.59% | 0.87% | - |
| XYZ | 44.28 | 41.27 | 15.53 | - |
| YUV | 170.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 91 | 0 | 0.28 | 0.59 | 0.13 | 31.85 | 0.66 | 0.61 |
| Hex | DD | A0 | 5B | 0 | 1C | 3B | D | 20 | 42 | 3D |
| Octal | 335 | 240 | 133 | 0 | 34 | 73 | 15 | 40 | 102 | 75 |
| Binary | 11011101 | 10100000 | 1011011 | 0 | 11100 | 111011 | 1101 | 100000 | 1000010 | 111101 |
Color Harmonies of #DDA05B
Complementary color
Monochromatic Colors of #DDA05B
Black with #DDA05B
Text Example
Text Example
White with #DDA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA05B; }
p { color: rgb(221,160,91); }
H1.HeaderClassName
{
color: #DDA05B;
}
.AnyTagClassName
{
color: #DDA05B;
}
</style>
background-color css
<style>
a { background-color: #DDA05B; }
a { background-color: rgb(221,160,91); }
div.DivClassName
{
background-color: #DDA05B;
}
.BgClassName
{
background-color: #DDA05B;
}
</style>
border-color css
<style>
span { border-color: #DDA05B; }
span { border-color: rgb(221,160,91); }
td.TdClassName
{
border-color: #DDA05B;
}
.TagClassName
{
border-color: #DDA05B;
}
</style>