Shades of Porsche #DDA45C
Tints of Porsche #DDA45C
RGB
CMYK
RGB Variations
Color information
#DDA45C (or 0xDDA45C) is known color: Porsche. HEX triplet: DD, A4 and 5C. RGB value is (221,164,92). Sum of RGB (Red+Green+Blue) = 221+164+92=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA45C is #225BA3. Grayscale: #ADADAD. Windows color (decimal): -2251684 or 6071517. OLE color: 6071517.
HSL color Cylindrical-coordinate representation of color #DDA45C: hue angle of 33.49º 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 #DDA45C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 92 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.13 |
| HSL | 33.49º | 0.65% | 0.61% | - |
| HSV(B) | 33.49º | 0.58% | 0.87% | - |
| XYZ | 45.03 | 42.7 | 15.99 | - |
| YUV | 172.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 92 | 0 | 0.26 | 0.58 | 0.13 | 33.49 | 0.65 | 0.61 |
| Hex | DD | A4 | 5C | 0 | 1A | 3A | D | 21 | 41 | 3D |
| Octal | 335 | 244 | 134 | 0 | 32 | 72 | 15 | 41 | 101 | 75 |
| Binary | 11011101 | 10100100 | 1011100 | 0 | 11010 | 111010 | 1101 | 100001 | 1000001 | 111101 |
Color Harmonies of #DDA45C
Complementary color
Monochromatic Colors of #DDA45C
Black with #DDA45C
Text Example
Text Example
White with #DDA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA45C; }
p { color: rgb(221,164,92); }
H1.HeaderClassName
{
color: #DDA45C;
}
.AnyTagClassName
{
color: #DDA45C;
}
</style>
background-color css
<style>
a { background-color: #DDA45C; }
a { background-color: rgb(221,164,92); }
div.DivClassName
{
background-color: #DDA45C;
}
.BgClassName
{
background-color: #DDA45C;
}
</style>
border-color css
<style>
span { border-color: #DDA45C; }
span { border-color: rgb(221,164,92); }
td.TdClassName
{
border-color: #DDA45C;
}
.TagClassName
{
border-color: #DDA45C;
}
</style>