Shades of Porsche #DD9756
Tints of Porsche #DD9756
RGB
CMYK
RGB Variations
Color information
#DD9756 (or 0xDD9756) is known color: Porsche. HEX triplet: DD, 97 and 56. RGB value is (221,151,86). Sum of RGB (Red+Green+Blue) = 221+151+86=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9756 is #2268A9. Grayscale: #A4A4A4. Windows color (decimal): -2255018 or 5674973. OLE color: 5674973.
HSL color Cylindrical-coordinate representation of color #DD9756: hue angle of 28.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9756 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 86 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.13 |
| HSL | 28.89º | 0.67% | 0.6% | - |
| HSV(B) | 28.89º | 0.61% | 0.87% | - |
| XYZ | 42.57 | 38.18 | 13.93 | - |
| YUV | 164.52 | 83.69 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 86 | 0 | 0.32 | 0.61 | 0.13 | 28.89 | 0.67 | 0.6 |
| Hex | DD | 97 | 56 | 0 | 20 | 3D | D | 1D | 43 | 3C |
| Octal | 335 | 227 | 126 | 0 | 40 | 75 | 15 | 35 | 103 | 74 |
| Binary | 11011101 | 10010111 | 1010110 | 0 | 100000 | 111101 | 1101 | 11101 | 1000011 | 111100 |
Color Harmonies of #DD9756
Complementary color
Monochromatic Colors of #DD9756
Black with #DD9756
Text Example
Text Example
White with #DD9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9756; }
p { color: rgb(221,151,86); }
H1.HeaderClassName
{
color: #DD9756;
}
.AnyTagClassName
{
color: #DD9756;
}
</style>
background-color css
<style>
a { background-color: #DD9756; }
a { background-color: rgb(221,151,86); }
div.DivClassName
{
background-color: #DD9756;
}
.BgClassName
{
background-color: #DD9756;
}
</style>
border-color css
<style>
span { border-color: #DD9756; }
span { border-color: rgb(221,151,86); }
td.TdClassName
{
border-color: #DD9756;
}
.TagClassName
{
border-color: #DD9756;
}
</style>