Shades of Porsche #DD9E6B
Tints of Porsche #DD9E6B
RGB
CMYK
RGB Variations
Color information
#DD9E6B (or 0xDD9E6B) is known color: Porsche. HEX triplet: DD, 9E and 6B. RGB value is (221,158,107). Sum of RGB (Red+Green+Blue) = 221+158+107=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E6B is #226194. Grayscale: #ABABAB. Windows color (decimal): -2253205 or 7053021. OLE color: 7053021.
HSL color Cylindrical-coordinate representation of color #DD9E6B: hue angle of 26.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD9E6B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 107 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.13 |
| HSL | 26.84º | 0.63% | 0.64% | - |
| HSV(B) | 26.84º | 0.52% | 0.87% | - |
| XYZ | 44.7 | 40.89 | 19.45 | - |
| YUV | 171.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 107 | 0 | 0.29 | 0.52 | 0.13 | 26.84 | 0.63 | 0.64 |
| Hex | DD | 9E | 6B | 0 | 1D | 34 | D | 1B | 3F | 40 |
| Octal | 335 | 236 | 153 | 0 | 35 | 64 | 15 | 33 | 77 | 100 |
| Binary | 11011101 | 10011110 | 1101011 | 0 | 11101 | 110100 | 1101 | 11011 | 111111 | 1000000 |
Color Harmonies of #DD9E6B
Complementary color
Monochromatic Colors of #DD9E6B
Black with #DD9E6B
Text Example
Text Example
White with #DD9E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E6B; }
p { color: rgb(221,158,107); }
H1.HeaderClassName
{
color: #DD9E6B;
}
.AnyTagClassName
{
color: #DD9E6B;
}
</style>
background-color css
<style>
a { background-color: #DD9E6B; }
a { background-color: rgb(221,158,107); }
div.DivClassName
{
background-color: #DD9E6B;
}
.BgClassName
{
background-color: #DD9E6B;
}
</style>
border-color css
<style>
span { border-color: #DD9E6B; }
span { border-color: rgb(221,158,107); }
td.TdClassName
{
border-color: #DD9E6B;
}
.TagClassName
{
border-color: #DD9E6B;
}
</style>