Shades of Porsche #DD9A53
Tints of Porsche #DD9A53
RGB
CMYK
RGB Variations
Color information
#DD9A53 (or 0xDD9A53) is known color: Porsche. HEX triplet: DD, 9A and 53. RGB value is (221,154,83). Sum of RGB (Red+Green+Blue) = 221+154+83=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A53 is #2265AC. Grayscale: #A6A6A6. Windows color (decimal): -2254253 or 5479133. OLE color: 5479133.
HSL color Cylindrical-coordinate representation of color #DD9A53: hue angle of 30.87º 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 #DD9A53 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 83 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.13 |
| HSL | 30.87º | 0.67% | 0.6% | - |
| HSV(B) | 30.87º | 0.62% | 0.87% | - |
| XYZ | 42.94 | 39.11 | 13.47 | - |
| YUV | 165.94 | 81.2 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 83 | 0 | 0.30 | 0.62 | 0.13 | 30.87 | 0.67 | 0.6 |
| Hex | DD | 9A | 53 | 0 | 1E | 3E | D | 1F | 43 | 3C |
| Octal | 335 | 232 | 123 | 0 | 36 | 76 | 15 | 37 | 103 | 74 |
| Binary | 11011101 | 10011010 | 1010011 | 0 | 11110 | 111110 | 1101 | 11111 | 1000011 | 111100 |
Color Harmonies of #DD9A53
Complementary color
Monochromatic Colors of #DD9A53
Black with #DD9A53
Text Example
Text Example
White with #DD9A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A53; }
p { color: rgb(221,154,83); }
H1.HeaderClassName
{
color: #DD9A53;
}
.AnyTagClassName
{
color: #DD9A53;
}
</style>
background-color css
<style>
a { background-color: #DD9A53; }
a { background-color: rgb(221,154,83); }
div.DivClassName
{
background-color: #DD9A53;
}
.BgClassName
{
background-color: #DD9A53;
}
</style>
border-color css
<style>
span { border-color: #DD9A53; }
span { border-color: rgb(221,154,83); }
td.TdClassName
{
border-color: #DD9A53;
}
.TagClassName
{
border-color: #DD9A53;
}
</style>