Shades of Porsche #DD9953
Tints of Porsche #DD9953
RGB
CMYK
RGB Variations
Color information
#DD9953 (or 0xDD9953) is known color: Porsche. HEX triplet: DD, 99 and 53. RGB value is (221,153,83). Sum of RGB (Red+Green+Blue) = 221+153+83=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9953 is #2266AC. Grayscale: #A5A5A5. Windows color (decimal): -2254509 or 5478877. OLE color: 5478877.
HSL color Cylindrical-coordinate representation of color #DD9953: hue angle of 30.43º 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 #DD9953 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 83 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.13 |
| HSL | 30.43º | 0.67% | 0.6% | - |
| HSV(B) | 30.43º | 0.62% | 0.87% | - |
| XYZ | 42.77 | 38.78 | 13.41 | - |
| YUV | 165.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 83 | 0 | 0.31 | 0.62 | 0.13 | 30.43 | 0.67 | 0.6 |
| Hex | DD | 99 | 53 | 0 | 1F | 3E | D | 1E | 43 | 3C |
| Octal | 335 | 231 | 123 | 0 | 37 | 76 | 15 | 36 | 103 | 74 |
| Binary | 11011101 | 10011001 | 1010011 | 0 | 11111 | 111110 | 1101 | 11110 | 1000011 | 111100 |
Color Harmonies of #DD9953
Complementary color
Monochromatic Colors of #DD9953
Black with #DD9953
Text Example
Text Example
White with #DD9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9953; }
p { color: rgb(221,153,83); }
H1.HeaderClassName
{
color: #DD9953;
}
.AnyTagClassName
{
color: #DD9953;
}
</style>
background-color css
<style>
a { background-color: #DD9953; }
a { background-color: rgb(221,153,83); }
div.DivClassName
{
background-color: #DD9953;
}
.BgClassName
{
background-color: #DD9953;
}
</style>
border-color css
<style>
span { border-color: #DD9953; }
span { border-color: rgb(221,153,83); }
td.TdClassName
{
border-color: #DD9953;
}
.TagClassName
{
border-color: #DD9953;
}
</style>