Shades of Porsche #DDA55D
Tints of Porsche #DDA55D
RGB
CMYK
RGB Variations
Color information
#DDA55D (or 0xDDA55D) is known color: Porsche. HEX triplet: DD, A5 and 5D. RGB value is (221,165,93). Sum of RGB (Red+Green+Blue) = 221+165+93=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA55D is #225AA2. Grayscale: #ADADAD. Windows color (decimal): -2251427 or 6137309. OLE color: 6137309.
HSL color Cylindrical-coordinate representation of color #DDA55D: hue angle of 33.75º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA55D is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 93 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.13 |
| HSL | 33.75º | 0.65% | 0.62% | - |
| HSV(B) | 33.75º | 0.58% | 0.87% | - |
| XYZ | 45.25 | 43.07 | 16.28 | - |
| YUV | 173.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 93 | 0 | 0.25 | 0.58 | 0.13 | 33.75 | 0.65 | 0.62 |
| Hex | DD | A5 | 5D | 0 | 19 | 3A | D | 22 | 41 | 3E |
| Octal | 335 | 245 | 135 | 0 | 31 | 72 | 15 | 42 | 101 | 76 |
| Binary | 11011101 | 10100101 | 1011101 | 0 | 11001 | 111010 | 1101 | 100010 | 1000001 | 111110 |
Color Harmonies of #DDA55D
Complementary color
Monochromatic Colors of #DDA55D
Black with #DDA55D
Text Example
Text Example
White with #DDA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA55D; }
p { color: rgb(221,165,93); }
H1.HeaderClassName
{
color: #DDA55D;
}
.AnyTagClassName
{
color: #DDA55D;
}
</style>
background-color css
<style>
a { background-color: #DDA55D; }
a { background-color: rgb(221,165,93); }
div.DivClassName
{
background-color: #DDA55D;
}
.BgClassName
{
background-color: #DDA55D;
}
</style>
border-color css
<style>
span { border-color: #DDA55D; }
span { border-color: rgb(221,165,93); }
td.TdClassName
{
border-color: #DDA55D;
}
.TagClassName
{
border-color: #DDA55D;
}
</style>