Shades of Porsche #DD9A5A
Tints of Porsche #DD9A5A
RGB
CMYK
RGB Variations
Color information
#DD9A5A (or 0xDD9A5A) is known color: Porsche. HEX triplet: DD, 9A and 5A. RGB value is (221,154,90). Sum of RGB (Red+Green+Blue) = 221+154+90=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A5A is #2265A5. Grayscale: #A7A7A7. Windows color (decimal): -2254246 or 5937885. OLE color: 5937885.
HSL color Cylindrical-coordinate representation of color #DD9A5A: hue angle of 29.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD9A5A is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 90 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.13 |
| HSL | 29.31º | 0.66% | 0.61% | - |
| HSV(B) | 29.31º | 0.59% | 0.87% | - |
| XYZ | 43.22 | 39.22 | 14.97 | - |
| YUV | 166.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 90 | 0 | 0.30 | 0.59 | 0.13 | 29.31 | 0.66 | 0.61 |
| Hex | DD | 9A | 5A | 0 | 1E | 3B | D | 1D | 42 | 3D |
| Octal | 335 | 232 | 132 | 0 | 36 | 73 | 15 | 35 | 102 | 75 |
| Binary | 11011101 | 10011010 | 1011010 | 0 | 11110 | 111011 | 1101 | 11101 | 1000010 | 111101 |
Color Harmonies of #DD9A5A
Complementary color
Monochromatic Colors of #DD9A5A
Black with #DD9A5A
Text Example
Text Example
White with #DD9A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A5A; }
p { color: rgb(221,154,90); }
H1.HeaderClassName
{
color: #DD9A5A;
}
.AnyTagClassName
{
color: #DD9A5A;
}
</style>
background-color css
<style>
a { background-color: #DD9A5A; }
a { background-color: rgb(221,154,90); }
div.DivClassName
{
background-color: #DD9A5A;
}
.BgClassName
{
background-color: #DD9A5A;
}
</style>
border-color css
<style>
span { border-color: #DD9A5A; }
span { border-color: rgb(221,154,90); }
td.TdClassName
{
border-color: #DD9A5A;
}
.TagClassName
{
border-color: #DD9A5A;
}
</style>