Shades of Porsche #DDA05C
Tints of Porsche #DDA05C
RGB
CMYK
RGB Variations
Color information
#DDA05C (or 0xDDA05C) is known color: Porsche. HEX triplet: DD, A0 and 5C. RGB value is (221,160,92). Sum of RGB (Red+Green+Blue) = 221+160+92=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA05C is #225FA3. Grayscale: #AAAAAA. Windows color (decimal): -2252708 or 6070493. OLE color: 6070493.
HSL color Cylindrical-coordinate representation of color #DDA05C: hue angle of 31.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA05C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 92 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.13 |
| HSL | 31.63º | 0.65% | 0.61% | - |
| HSV(B) | 31.63º | 0.58% | 0.87% | - |
| XYZ | 44.32 | 41.29 | 15.76 | - |
| YUV | 170.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 92 | 0 | 0.28 | 0.58 | 0.13 | 31.63 | 0.65 | 0.61 |
| Hex | DD | A0 | 5C | 0 | 1C | 3A | D | 20 | 41 | 3D |
| Octal | 335 | 240 | 134 | 0 | 34 | 72 | 15 | 40 | 101 | 75 |
| Binary | 11011101 | 10100000 | 1011100 | 0 | 11100 | 111010 | 1101 | 100000 | 1000001 | 111101 |
Color Harmonies of #DDA05C
Complementary color
Monochromatic Colors of #DDA05C
Black with #DDA05C
Text Example
Text Example
White with #DDA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA05C; }
p { color: rgb(221,160,92); }
H1.HeaderClassName
{
color: #DDA05C;
}
.AnyTagClassName
{
color: #DDA05C;
}
</style>
background-color css
<style>
a { background-color: #DDA05C; }
a { background-color: rgb(221,160,92); }
div.DivClassName
{
background-color: #DDA05C;
}
.BgClassName
{
background-color: #DDA05C;
}
</style>
border-color css
<style>
span { border-color: #DDA05C; }
span { border-color: rgb(221,160,92); }
td.TdClassName
{
border-color: #DDA05C;
}
.TagClassName
{
border-color: #DDA05C;
}
</style>