Shades of Porsche #DE9E6B
Tints of Porsche #DE9E6B
RGB
CMYK
RGB Variations
Color information
#DE9E6B (or 0xDE9E6B) is known color: Porsche. HEX triplet: DE, 9E and 6B. RGB value is (222,158,107). Sum of RGB (Red+Green+Blue) = 222+158+107=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E6B is #216194. Grayscale: #ABABAB. Windows color (decimal): -2187669 or 7053022. OLE color: 7053022.
HSL color Cylindrical-coordinate representation of color #DE9E6B: hue angle of 26.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE9E6B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 107 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.13 |
| HSL | 26.61º | 0.64% | 0.65% | - |
| HSV(B) | 26.61º | 0.52% | 0.87% | - |
| XYZ | 45 | 41.04 | 19.46 | - |
| YUV | 171.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 107 | 0 | 0.29 | 0.52 | 0.13 | 26.61 | 0.64 | 0.65 |
| Hex | DE | 9E | 6B | 0 | 1D | 34 | D | 1B | 40 | 41 |
| Octal | 336 | 236 | 153 | 0 | 35 | 64 | 15 | 33 | 100 | 101 |
| Binary | 11011110 | 10011110 | 1101011 | 0 | 11101 | 110100 | 1101 | 11011 | 1000000 | 1000001 |
Color Harmonies of #DE9E6B
Complementary color
Monochromatic Colors of #DE9E6B
Black with #DE9E6B
Text Example
Text Example
White with #DE9E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9E6B; }
p { color: rgb(222,158,107); }
H1.HeaderClassName
{
color: #DE9E6B;
}
.AnyTagClassName
{
color: #DE9E6B;
}
</style>
background-color css
<style>
a { background-color: #DE9E6B; }
a { background-color: rgb(222,158,107); }
div.DivClassName
{
background-color: #DE9E6B;
}
.BgClassName
{
background-color: #DE9E6B;
}
</style>
border-color css
<style>
span { border-color: #DE9E6B; }
span { border-color: rgb(222,158,107); }
td.TdClassName
{
border-color: #DE9E6B;
}
.TagClassName
{
border-color: #DE9E6B;
}
</style>