Shades of Porsche #DD9853
Tints of Porsche #DD9853
RGB
CMYK
RGB Variations
Color information
#DD9853 (or 0xDD9853) is known color: Porsche. HEX triplet: DD, 98 and 53. RGB value is (221,152,83). Sum of RGB (Red+Green+Blue) = 221+152+83=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9853 is #2267AC. Grayscale: #A5A5A5. Windows color (decimal): -2254765 or 5478621. OLE color: 5478621.
HSL color Cylindrical-coordinate representation of color #DD9853: hue angle of 30º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD9853 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 83 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.13 |
| HSL | 30º | 0.67% | 0.6% | - |
| HSV(B) | 30º | 0.62% | 0.87% | - |
| XYZ | 42.61 | 38.45 | 13.36 | - |
| YUV | 164.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 83 | 0 | 0.31 | 0.62 | 0.13 | 30 | 0.67 | 0.6 |
| Hex | DD | 98 | 53 | 0 | 1F | 3E | D | 1E | 43 | 3C |
| Octal | 335 | 230 | 123 | 0 | 37 | 76 | 15 | 36 | 103 | 74 |
| Binary | 11011101 | 10011000 | 1010011 | 0 | 11111 | 111110 | 1101 | 11110 | 1000011 | 111100 |
Color Harmonies of #DD9853
Complementary color
Monochromatic Colors of #DD9853
Black with #DD9853
Text Example
Text Example
White with #DD9853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9853; }
p { color: rgb(221,152,83); }
H1.HeaderClassName
{
color: #DD9853;
}
.AnyTagClassName
{
color: #DD9853;
}
</style>
background-color css
<style>
a { background-color: #DD9853; }
a { background-color: rgb(221,152,83); }
div.DivClassName
{
background-color: #DD9853;
}
.BgClassName
{
background-color: #DD9853;
}
</style>
border-color css
<style>
span { border-color: #DD9853; }
span { border-color: rgb(221,152,83); }
td.TdClassName
{
border-color: #DD9853;
}
.TagClassName
{
border-color: #DD9853;
}
</style>