Shades of Porsche #DD9D6D
Tints of Porsche #DD9D6D
RGB
CMYK
RGB Variations
Color information
#DD9D6D (or 0xDD9D6D) is known color: Porsche. HEX triplet: DD, 9D and 6D. RGB value is (221,157,109). Sum of RGB (Red+Green+Blue) = 221+157+109=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D6D is #226292. Grayscale: #AAAAAA. Windows color (decimal): -2253459 or 7183837. OLE color: 7183837.
HSL color Cylindrical-coordinate representation of color #DD9D6D: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD9D6D is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 109 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.13 |
| HSL | 25.71º | 0.62% | 0.65% | - |
| HSV(B) | 25.71º | 0.51% | 0.87% | - |
| XYZ | 44.64 | 40.59 | 19.95 | - |
| YUV | 170.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 109 | 0 | 0.29 | 0.51 | 0.13 | 25.71 | 0.62 | 0.65 |
| Hex | DD | 9D | 6D | 0 | 1D | 33 | D | 1A | 3E | 41 |
| Octal | 335 | 235 | 155 | 0 | 35 | 63 | 15 | 32 | 76 | 101 |
| Binary | 11011101 | 10011101 | 1101101 | 0 | 11101 | 110011 | 1101 | 11010 | 111110 | 1000001 |
Color Harmonies of #DD9D6D
Complementary color
Monochromatic Colors of #DD9D6D
Black with #DD9D6D
Text Example
Text Example
White with #DD9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D6D; }
p { color: rgb(221,157,109); }
H1.HeaderClassName
{
color: #DD9D6D;
}
.AnyTagClassName
{
color: #DD9D6D;
}
</style>
background-color css
<style>
a { background-color: #DD9D6D; }
a { background-color: rgb(221,157,109); }
div.DivClassName
{
background-color: #DD9D6D;
}
.BgClassName
{
background-color: #DD9D6D;
}
</style>
border-color css
<style>
span { border-color: #DD9D6D; }
span { border-color: rgb(221,157,109); }
td.TdClassName
{
border-color: #DD9D6D;
}
.TagClassName
{
border-color: #DD9D6D;
}
</style>