Shades of Porsche #DD9E5A
Tints of Porsche #DD9E5A
RGB
CMYK
RGB Variations
Color information
#DD9E5A (or 0xDD9E5A) is known color: Porsche. HEX triplet: DD, 9E and 5A. RGB value is (221,158,90). Sum of RGB (Red+Green+Blue) = 221+158+90=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E5A is #2261A5. Grayscale: #A9A9A9. Windows color (decimal): -2253222 or 5938909. OLE color: 5938909.
HSL color Cylindrical-coordinate representation of color #DD9E5A: hue angle of 31.15º 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 #DD9E5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 90 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.13 |
| HSL | 31.15º | 0.66% | 0.61% | - |
| HSV(B) | 31.15º | 0.59% | 0.87% | - |
| XYZ | 43.89 | 40.56 | 15.19 | - |
| YUV | 169.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 90 | 0 | 0.29 | 0.59 | 0.13 | 31.15 | 0.66 | 0.61 |
| Hex | DD | 9E | 5A | 0 | 1D | 3B | D | 1F | 42 | 3D |
| Octal | 335 | 236 | 132 | 0 | 35 | 73 | 15 | 37 | 102 | 75 |
| Binary | 11011101 | 10011110 | 1011010 | 0 | 11101 | 111011 | 1101 | 11111 | 1000010 | 111101 |
Color Harmonies of #DD9E5A
Complementary color
Monochromatic Colors of #DD9E5A
Black with #DD9E5A
Text Example
Text Example
White with #DD9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E5A; }
p { color: rgb(221,158,90); }
H1.HeaderClassName
{
color: #DD9E5A;
}
.AnyTagClassName
{
color: #DD9E5A;
}
</style>
background-color css
<style>
a { background-color: #DD9E5A; }
a { background-color: rgb(221,158,90); }
div.DivClassName
{
background-color: #DD9E5A;
}
.BgClassName
{
background-color: #DD9E5A;
}
</style>
border-color css
<style>
span { border-color: #DD9E5A; }
span { border-color: rgb(221,158,90); }
td.TdClassName
{
border-color: #DD9E5A;
}
.TagClassName
{
border-color: #DD9E5A;
}
</style>