Shades of Porsche #DD9751
Tints of Porsche #DD9751
RGB
CMYK
RGB Variations
Color information
#DD9751 (or 0xDD9751) is known color: Porsche. HEX triplet: DD, 97 and 51. RGB value is (221,151,81). Sum of RGB (Red+Green+Blue) = 221+151+81=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9751 is #2268AE. Grayscale: #A4A4A4. Windows color (decimal): -2255023 or 5347293. OLE color: 5347293.
HSL color Cylindrical-coordinate representation of color #DD9751: hue angle of 30º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD9751 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 81 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.13 |
| HSL | 30º | 0.67% | 0.59% | - |
| HSV(B) | 30º | 0.63% | 0.87% | - |
| XYZ | 42.37 | 38.1 | 12.91 | - |
| YUV | 163.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 81 | 0 | 0.32 | 0.63 | 0.13 | 30 | 0.67 | 0.59 |
| Hex | DD | 97 | 51 | 0 | 20 | 3F | D | 1E | 43 | 3B |
| Octal | 335 | 227 | 121 | 0 | 40 | 77 | 15 | 36 | 103 | 73 |
| Binary | 11011101 | 10010111 | 1010001 | 0 | 100000 | 111111 | 1101 | 11110 | 1000011 | 111011 |
Color Harmonies of #DD9751
Complementary color
Monochromatic Colors of #DD9751
Black with #DD9751
Text Example
Text Example
White with #DD9751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9751; }
p { color: rgb(221,151,81); }
H1.HeaderClassName
{
color: #DD9751;
}
.AnyTagClassName
{
color: #DD9751;
}
</style>
background-color css
<style>
a { background-color: #DD9751; }
a { background-color: rgb(221,151,81); }
div.DivClassName
{
background-color: #DD9751;
}
.BgClassName
{
background-color: #DD9751;
}
</style>
border-color css
<style>
span { border-color: #DD9751; }
span { border-color: rgb(221,151,81); }
td.TdClassName
{
border-color: #DD9751;
}
.TagClassName
{
border-color: #DD9751;
}
</style>