Shades of Porsche #DD9E54
Tints of Porsche #DD9E54
RGB
CMYK
RGB Variations
Color information
#DD9E54 (or 0xDD9E54) is known color: Porsche. HEX triplet: DD, 9E and 54. RGB value is (221,158,84). Sum of RGB (Red+Green+Blue) = 221+158+84=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E54 is #2261AB. Grayscale: #A8A8A8. Windows color (decimal): -2253228 or 5545693. OLE color: 5545693.
HSL color Cylindrical-coordinate representation of color #DD9E54: hue angle of 32.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9E54 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 84 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.13 |
| HSL | 32.41º | 0.67% | 0.6% | - |
| HSV(B) | 32.41º | 0.62% | 0.87% | - |
| XYZ | 43.65 | 40.47 | 13.9 | - |
| YUV | 168.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 84 | 0 | 0.29 | 0.62 | 0.13 | 32.41 | 0.67 | 0.6 |
| Hex | DD | 9E | 54 | 0 | 1D | 3E | D | 20 | 43 | 3C |
| Octal | 335 | 236 | 124 | 0 | 35 | 76 | 15 | 40 | 103 | 74 |
| Binary | 11011101 | 10011110 | 1010100 | 0 | 11101 | 111110 | 1101 | 100000 | 1000011 | 111100 |
Color Harmonies of #DD9E54
Complementary color
Monochromatic Colors of #DD9E54
Black with #DD9E54
Text Example
Text Example
White with #DD9E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E54; }
p { color: rgb(221,158,84); }
H1.HeaderClassName
{
color: #DD9E54;
}
.AnyTagClassName
{
color: #DD9E54;
}
</style>
background-color css
<style>
a { background-color: #DD9E54; }
a { background-color: rgb(221,158,84); }
div.DivClassName
{
background-color: #DD9E54;
}
.BgClassName
{
background-color: #DD9E54;
}
</style>
border-color css
<style>
span { border-color: #DD9E54; }
span { border-color: rgb(221,158,84); }
td.TdClassName
{
border-color: #DD9E54;
}
.TagClassName
{
border-color: #DD9E54;
}
</style>