Shades of Porsche #DDA55F
Tints of Porsche #DDA55F
RGB
CMYK
RGB Variations
Color information
#DDA55F (or 0xDDA55F) is known color: Porsche. HEX triplet: DD, A5 and 5F. RGB value is (221,165,95). Sum of RGB (Red+Green+Blue) = 221+165+95=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA55F is #225AA0. Grayscale: #AEAEAE. Windows color (decimal): -2251425 or 6268381. OLE color: 6268381.
HSL color Cylindrical-coordinate representation of color #DDA55F: hue angle of 33.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDA55F is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 95 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.13 |
| HSL | 33.33º | 0.65% | 0.62% | - |
| HSV(B) | 33.33º | 0.57% | 0.87% | - |
| XYZ | 45.34 | 43.11 | 16.76 | - |
| YUV | 173.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 95 | 0 | 0.25 | 0.57 | 0.13 | 33.33 | 0.65 | 0.62 |
| Hex | DD | A5 | 5F | 0 | 19 | 39 | D | 21 | 41 | 3E |
| Octal | 335 | 245 | 137 | 0 | 31 | 71 | 15 | 41 | 101 | 76 |
| Binary | 11011101 | 10100101 | 1011111 | 0 | 11001 | 111001 | 1101 | 100001 | 1000001 | 111110 |
Color Harmonies of #DDA55F
Complementary color
Monochromatic Colors of #DDA55F
Black with #DDA55F
Text Example
Text Example
White with #DDA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA55F; }
p { color: rgb(221,165,95); }
H1.HeaderClassName
{
color: #DDA55F;
}
.AnyTagClassName
{
color: #DDA55F;
}
</style>
background-color css
<style>
a { background-color: #DDA55F; }
a { background-color: rgb(221,165,95); }
div.DivClassName
{
background-color: #DDA55F;
}
.BgClassName
{
background-color: #DDA55F;
}
</style>
border-color css
<style>
span { border-color: #DDA55F; }
span { border-color: rgb(221,165,95); }
td.TdClassName
{
border-color: #DDA55F;
}
.TagClassName
{
border-color: #DDA55F;
}
</style>