Shades of Porsche #DD995E
Tints of Porsche #DD995E
RGB
CMYK
RGB Variations
Color information
#DD995E (or 0xDD995E) is known color: Porsche. HEX triplet: DD, 99 and 5E. RGB value is (221,153,94). Sum of RGB (Red+Green+Blue) = 221+153+94=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD995E is #2266A1. Grayscale: #A6A6A6. Windows color (decimal): -2254498 or 6199773. OLE color: 6199773.
HSL color Cylindrical-coordinate representation of color #DD995E: hue angle of 27.87º 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 #DD995E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 94 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.13 |
| HSL | 27.87º | 0.65% | 0.62% | - |
| HSV(B) | 27.87º | 0.57% | 0.87% | - |
| XYZ | 43.23 | 38.96 | 15.83 | - |
| YUV | 166.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 94 | 0 | 0.31 | 0.57 | 0.13 | 27.87 | 0.65 | 0.62 |
| Hex | DD | 99 | 5E | 0 | 1F | 39 | D | 1C | 41 | 3E |
| Octal | 335 | 231 | 136 | 0 | 37 | 71 | 15 | 34 | 101 | 76 |
| Binary | 11011101 | 10011001 | 1011110 | 0 | 11111 | 111001 | 1101 | 11100 | 1000001 | 111110 |
Color Harmonies of #DD995E
Complementary color
Monochromatic Colors of #DD995E
Black with #DD995E
Text Example
Text Example
White with #DD995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD995E; }
p { color: rgb(221,153,94); }
H1.HeaderClassName
{
color: #DD995E;
}
.AnyTagClassName
{
color: #DD995E;
}
</style>
background-color css
<style>
a { background-color: #DD995E; }
a { background-color: rgb(221,153,94); }
div.DivClassName
{
background-color: #DD995E;
}
.BgClassName
{
background-color: #DD995E;
}
</style>
border-color css
<style>
span { border-color: #DD995E; }
span { border-color: rgb(221,153,94); }
td.TdClassName
{
border-color: #DD995E;
}
.TagClassName
{
border-color: #DD995E;
}
</style>