Shades of Porsche #DD9F67
Tints of Porsche #DD9F67
RGB
CMYK
RGB Variations
Color information
#DD9F67 (or 0xDD9F67) is known color: Porsche. HEX triplet: DD, 9F and 67. RGB value is (221,159,103). Sum of RGB (Red+Green+Blue) = 221+159+103=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F67 is #226098. Grayscale: #ABABAB. Windows color (decimal): -2252953 or 6791133. OLE color: 6791133.
HSL color Cylindrical-coordinate representation of color #DD9F67: hue angle of 28.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD9F67 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 103 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.13 |
| HSL | 28.47º | 0.63% | 0.64% | - |
| HSV(B) | 28.47º | 0.53% | 0.87% | - |
| XYZ | 44.67 | 41.15 | 18.42 | - |
| YUV | 171.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 103 | 0 | 0.28 | 0.53 | 0.13 | 28.47 | 0.63 | 0.64 |
| Hex | DD | 9F | 67 | 0 | 1C | 35 | D | 1C | 3F | 40 |
| Octal | 335 | 237 | 147 | 0 | 34 | 65 | 15 | 34 | 77 | 100 |
| Binary | 11011101 | 10011111 | 1100111 | 0 | 11100 | 110101 | 1101 | 11100 | 111111 | 1000000 |
Color Harmonies of #DD9F67
Complementary color
Monochromatic Colors of #DD9F67
Black with #DD9F67
Text Example
Text Example
White with #DD9F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F67; }
p { color: rgb(221,159,103); }
H1.HeaderClassName
{
color: #DD9F67;
}
.AnyTagClassName
{
color: #DD9F67;
}
</style>
background-color css
<style>
a { background-color: #DD9F67; }
a { background-color: rgb(221,159,103); }
div.DivClassName
{
background-color: #DD9F67;
}
.BgClassName
{
background-color: #DD9F67;
}
</style>
border-color css
<style>
span { border-color: #DD9F67; }
span { border-color: rgb(221,159,103); }
td.TdClassName
{
border-color: #DD9F67;
}
.TagClassName
{
border-color: #DD9F67;
}
</style>