Shades of Porsche #DD9764
Tints of Porsche #DD9764
RGB
CMYK
RGB Variations
Color information
#DD9764 (or 0xDD9764) is known color: Porsche. HEX triplet: DD, 97 and 64. RGB value is (221,151,100). Sum of RGB (Red+Green+Blue) = 221+151+100=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9764 is #22689B. Grayscale: #A6A6A6. Windows color (decimal): -2255004 or 6592477. OLE color: 6592477.
HSL color Cylindrical-coordinate representation of color #DD9764: hue angle of 25.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD9764 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 100 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.13 |
| HSL | 25.29º | 0.64% | 0.63% | - |
| HSV(B) | 25.29º | 0.55% | 0.87% | - |
| XYZ | 43.19 | 38.43 | 17.2 | - |
| YUV | 166.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 100 | 0 | 0.32 | 0.55 | 0.13 | 25.29 | 0.64 | 0.63 |
| Hex | DD | 97 | 64 | 0 | 20 | 37 | D | 19 | 40 | 3F |
| Octal | 335 | 227 | 144 | 0 | 40 | 67 | 15 | 31 | 100 | 77 |
| Binary | 11011101 | 10010111 | 1100100 | 0 | 100000 | 110111 | 1101 | 11001 | 1000000 | 111111 |
Color Harmonies of #DD9764
Complementary color
Monochromatic Colors of #DD9764
Black with #DD9764
Text Example
Text Example
White with #DD9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9764; }
p { color: rgb(221,151,100); }
H1.HeaderClassName
{
color: #DD9764;
}
.AnyTagClassName
{
color: #DD9764;
}
</style>
background-color css
<style>
a { background-color: #DD9764; }
a { background-color: rgb(221,151,100); }
div.DivClassName
{
background-color: #DD9764;
}
.BgClassName
{
background-color: #DD9764;
}
</style>
border-color css
<style>
span { border-color: #DD9764; }
span { border-color: rgb(221,151,100); }
td.TdClassName
{
border-color: #DD9764;
}
.TagClassName
{
border-color: #DD9764;
}
</style>