Shades of Porsche #DD9E6A
Tints of Porsche #DD9E6A
RGB
CMYK
RGB Variations
Color information
#DD9E6A (or 0xDD9E6A) is known color: Porsche. HEX triplet: DD, 9E and 6A. RGB value is (221,158,106). Sum of RGB (Red+Green+Blue) = 221+158+106=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E6A is #226195. Grayscale: #ABABAB. Windows color (decimal): -2253206 or 6987485. OLE color: 6987485.
HSL color Cylindrical-coordinate representation of color #DD9E6A: hue angle of 27.13º 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 #DD9E6A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 106 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.13 |
| HSL | 27.13º | 0.63% | 0.64% | - |
| HSV(B) | 27.13º | 0.52% | 0.87% | - |
| XYZ | 44.65 | 40.87 | 19.17 | - |
| YUV | 170.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 106 | 0 | 0.29 | 0.52 | 0.13 | 27.13 | 0.63 | 0.64 |
| Hex | DD | 9E | 6A | 0 | 1D | 34 | D | 1B | 3F | 40 |
| Octal | 335 | 236 | 152 | 0 | 35 | 64 | 15 | 33 | 77 | 100 |
| Binary | 11011101 | 10011110 | 1101010 | 0 | 11101 | 110100 | 1101 | 11011 | 111111 | 1000000 |
Color Harmonies of #DD9E6A
Complementary color
Monochromatic Colors of #DD9E6A
Black with #DD9E6A
Text Example
Text Example
White with #DD9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E6A; }
p { color: rgb(221,158,106); }
H1.HeaderClassName
{
color: #DD9E6A;
}
.AnyTagClassName
{
color: #DD9E6A;
}
</style>
background-color css
<style>
a { background-color: #DD9E6A; }
a { background-color: rgb(221,158,106); }
div.DivClassName
{
background-color: #DD9E6A;
}
.BgClassName
{
background-color: #DD9E6A;
}
</style>
border-color css
<style>
span { border-color: #DD9E6A; }
span { border-color: rgb(221,158,106); }
td.TdClassName
{
border-color: #DD9E6A;
}
.TagClassName
{
border-color: #DD9E6A;
}
</style>