Shades of Porsche #DD9B5F
Tints of Porsche #DD9B5F
RGB
CMYK
RGB Variations
Color information
#DD9B5F (or 0xDD9B5F) is known color: Porsche. HEX triplet: DD, 9B and 5F. RGB value is (221,155,95). Sum of RGB (Red+Green+Blue) = 221+155+95=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B5F is #2264A0. Grayscale: #A8A8A8. Windows color (decimal): -2253985 or 6265821. OLE color: 6265821.
HSL color Cylindrical-coordinate representation of color #DD9B5F: hue angle of 28.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD9B5F is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 95 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.13 |
| HSL | 28.57º | 0.65% | 0.62% | - |
| HSV(B) | 28.57º | 0.57% | 0.87% | - |
| XYZ | 43.61 | 39.64 | 16.18 | - |
| YUV | 167.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 95 | 0 | 0.30 | 0.57 | 0.13 | 28.57 | 0.65 | 0.62 |
| Hex | DD | 9B | 5F | 0 | 1E | 39 | D | 1D | 41 | 3E |
| Octal | 335 | 233 | 137 | 0 | 36 | 71 | 15 | 35 | 101 | 76 |
| Binary | 11011101 | 10011011 | 1011111 | 0 | 11110 | 111001 | 1101 | 11101 | 1000001 | 111110 |
Color Harmonies of #DD9B5F
Complementary color
Monochromatic Colors of #DD9B5F
Black with #DD9B5F
Text Example
Text Example
White with #DD9B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B5F; }
p { color: rgb(221,155,95); }
H1.HeaderClassName
{
color: #DD9B5F;
}
.AnyTagClassName
{
color: #DD9B5F;
}
</style>
background-color css
<style>
a { background-color: #DD9B5F; }
a { background-color: rgb(221,155,95); }
div.DivClassName
{
background-color: #DD9B5F;
}
.BgClassName
{
background-color: #DD9B5F;
}
</style>
border-color css
<style>
span { border-color: #DD9B5F; }
span { border-color: rgb(221,155,95); }
td.TdClassName
{
border-color: #DD9B5F;
}
.TagClassName
{
border-color: #DD9B5F;
}
</style>