Shades of Porsche #DD9A50
Tints of Porsche #DD9A50
RGB
CMYK
RGB Variations
Color information
#DD9A50 (or 0xDD9A50) is known color: Porsche. HEX triplet: DD, 9A and 50. RGB value is (221,154,80). Sum of RGB (Red+Green+Blue) = 221+154+80=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A50 is #2265AF. Grayscale: #A5A5A5. Windows color (decimal): -2254256 or 5282525. OLE color: 5282525.
HSL color Cylindrical-coordinate representation of color #DD9A50: hue angle of 31.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9A50 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 80 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.13 |
| HSL | 31.49º | 0.67% | 0.59% | - |
| HSV(B) | 31.49º | 0.64% | 0.87% | - |
| XYZ | 42.82 | 39.06 | 12.87 | - |
| YUV | 165.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 80 | 0 | 0.30 | 0.64 | 0.13 | 31.49 | 0.67 | 0.59 |
| Hex | DD | 9A | 50 | 0 | 1E | 40 | D | 1F | 43 | 3B |
| Octal | 335 | 232 | 120 | 0 | 36 | 100 | 15 | 37 | 103 | 73 |
| Binary | 11011101 | 10011010 | 1010000 | 0 | 11110 | 1000000 | 1101 | 11111 | 1000011 | 111011 |
Color Harmonies of #DD9A50
Complementary color
Monochromatic Colors of #DD9A50
Black with #DD9A50
Text Example
Text Example
White with #DD9A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A50; }
p { color: rgb(221,154,80); }
H1.HeaderClassName
{
color: #DD9A50;
}
.AnyTagClassName
{
color: #DD9A50;
}
</style>
background-color css
<style>
a { background-color: #DD9A50; }
a { background-color: rgb(221,154,80); }
div.DivClassName
{
background-color: #DD9A50;
}
.BgClassName
{
background-color: #DD9A50;
}
</style>
border-color css
<style>
span { border-color: #DD9A50; }
span { border-color: rgb(221,154,80); }
td.TdClassName
{
border-color: #DD9A50;
}
.TagClassName
{
border-color: #DD9A50;
}
</style>