Shades of Porsche #DD9D5B
Tints of Porsche #DD9D5B
RGB
CMYK
RGB Variations
Color information
#DD9D5B (or 0xDD9D5B) is known color: Porsche. HEX triplet: DD, 9D and 5B. RGB value is (221,157,91). Sum of RGB (Red+Green+Blue) = 221+157+91=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D5B is #2262A4. Grayscale: #A8A8A8. Windows color (decimal): -2253477 or 6004189. OLE color: 6004189.
HSL color Cylindrical-coordinate representation of color #DD9D5B: hue angle of 30.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD9D5B is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 91 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.13 |
| HSL | 30.46º | 0.66% | 0.61% | - |
| HSV(B) | 30.46º | 0.59% | 0.87% | - |
| XYZ | 43.76 | 40.24 | 15.36 | - |
| YUV | 168.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 91 | 0 | 0.29 | 0.59 | 0.13 | 30.46 | 0.66 | 0.61 |
| Hex | DD | 9D | 5B | 0 | 1D | 3B | D | 1E | 42 | 3D |
| Octal | 335 | 235 | 133 | 0 | 35 | 73 | 15 | 36 | 102 | 75 |
| Binary | 11011101 | 10011101 | 1011011 | 0 | 11101 | 111011 | 1101 | 11110 | 1000010 | 111101 |
Color Harmonies of #DD9D5B
Complementary color
Monochromatic Colors of #DD9D5B
Black with #DD9D5B
Text Example
Text Example
White with #DD9D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D5B; }
p { color: rgb(221,157,91); }
H1.HeaderClassName
{
color: #DD9D5B;
}
.AnyTagClassName
{
color: #DD9D5B;
}
</style>
background-color css
<style>
a { background-color: #DD9D5B; }
a { background-color: rgb(221,157,91); }
div.DivClassName
{
background-color: #DD9D5B;
}
.BgClassName
{
background-color: #DD9D5B;
}
</style>
border-color css
<style>
span { border-color: #DD9D5B; }
span { border-color: rgb(221,157,91); }
td.TdClassName
{
border-color: #DD9D5B;
}
.TagClassName
{
border-color: #DD9D5B;
}
</style>