Shades of Porsche #DD9D4F
Tints of Porsche #DD9D4F
RGB
CMYK
RGB Variations
Color information
#DD9D4F (or 0xDD9D4F) is known color: Porsche. HEX triplet: DD, 9D and 4F. RGB value is (221,157,79). Sum of RGB (Red+Green+Blue) = 221+157+79=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D4F is #2262B0. Grayscale: #A7A7A7. Windows color (decimal): -2253489 or 5217757. OLE color: 5217757.
HSL color Cylindrical-coordinate representation of color #DD9D4F: hue angle of 32.96º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9D4F is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 79 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.13 |
| HSL | 32.96º | 0.68% | 0.59% | - |
| HSV(B) | 32.96º | 0.64% | 0.87% | - |
| XYZ | 43.29 | 40.05 | 12.85 | - |
| YUV | 167.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 79 | 0 | 0.29 | 0.64 | 0.13 | 32.96 | 0.68 | 0.59 |
| Hex | DD | 9D | 4F | 0 | 1D | 40 | D | 21 | 44 | 3B |
| Octal | 335 | 235 | 117 | 0 | 35 | 100 | 15 | 41 | 104 | 73 |
| Binary | 11011101 | 10011101 | 1001111 | 0 | 11101 | 1000000 | 1101 | 100001 | 1000100 | 111011 |
Color Harmonies of #DD9D4F
Complementary color
Monochromatic Colors of #DD9D4F
Black with #DD9D4F
Text Example
Text Example
White with #DD9D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D4F; }
p { color: rgb(221,157,79); }
H1.HeaderClassName
{
color: #DD9D4F;
}
.AnyTagClassName
{
color: #DD9D4F;
}
</style>
background-color css
<style>
a { background-color: #DD9D4F; }
a { background-color: rgb(221,157,79); }
div.DivClassName
{
background-color: #DD9D4F;
}
.BgClassName
{
background-color: #DD9D4F;
}
</style>
border-color css
<style>
span { border-color: #DD9D4F; }
span { border-color: rgb(221,157,79); }
td.TdClassName
{
border-color: #DD9D4F;
}
.TagClassName
{
border-color: #DD9D4F;
}
</style>