Shades of Porsche #DD9654
Tints of Porsche #DD9654
RGB
CMYK
RGB Variations
Color information
#DD9654 (or 0xDD9654) is known color: Porsche. HEX triplet: DD, 96 and 54. RGB value is (221,150,84). Sum of RGB (Red+Green+Blue) = 221+150+84=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9654 is #2269AB. Grayscale: #A4A4A4. Windows color (decimal): -2255276 or 5543645. OLE color: 5543645.
HSL color Cylindrical-coordinate representation of color #DD9654: hue angle of 28.91º 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 #DD9654 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 84 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.13 |
| HSL | 28.91º | 0.67% | 0.6% | - |
| HSV(B) | 28.91º | 0.62% | 0.87% | - |
| XYZ | 42.33 | 37.82 | 13.46 | - |
| YUV | 163.71 | 83.02 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 84 | 0 | 0.32 | 0.62 | 0.13 | 28.91 | 0.67 | 0.6 |
| Hex | DD | 96 | 54 | 0 | 20 | 3E | D | 1D | 43 | 3C |
| Octal | 335 | 226 | 124 | 0 | 40 | 76 | 15 | 35 | 103 | 74 |
| Binary | 11011101 | 10010110 | 1010100 | 0 | 100000 | 111110 | 1101 | 11101 | 1000011 | 111100 |
Color Harmonies of #DD9654
Complementary color
Monochromatic Colors of #DD9654
Black with #DD9654
Text Example
Text Example
White with #DD9654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9654; }
p { color: rgb(221,150,84); }
H1.HeaderClassName
{
color: #DD9654;
}
.AnyTagClassName
{
color: #DD9654;
}
</style>
background-color css
<style>
a { background-color: #DD9654; }
a { background-color: rgb(221,150,84); }
div.DivClassName
{
background-color: #DD9654;
}
.BgClassName
{
background-color: #DD9654;
}
</style>
border-color css
<style>
span { border-color: #DD9654; }
span { border-color: rgb(221,150,84); }
td.TdClassName
{
border-color: #DD9654;
}
.TagClassName
{
border-color: #DD9654;
}
</style>