Shades of Porsche #DD9E69
Tints of Porsche #DD9E69
RGB
CMYK
RGB Variations
Color information
#DD9E69 (or 0xDD9E69) is known color: Porsche. HEX triplet: DD, 9E and 69. RGB value is (221,158,105). Sum of RGB (Red+Green+Blue) = 221+158+105=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E69 is #226196. Grayscale: #ABABAB. Windows color (decimal): -2253207 or 6921949. OLE color: 6921949.
HSL color Cylindrical-coordinate representation of color #DD9E69: hue angle of 27.41º 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 #DD9E69 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 105 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.13 |
| HSL | 27.41º | 0.63% | 0.64% | - |
| HSV(B) | 27.41º | 0.52% | 0.87% | - |
| XYZ | 44.6 | 40.85 | 18.9 | - |
| YUV | 170.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 105 | 0 | 0.29 | 0.52 | 0.13 | 27.41 | 0.63 | 0.64 |
| Hex | DD | 9E | 69 | 0 | 1D | 34 | D | 1B | 3F | 40 |
| Octal | 335 | 236 | 151 | 0 | 35 | 64 | 15 | 33 | 77 | 100 |
| Binary | 11011101 | 10011110 | 1101001 | 0 | 11101 | 110100 | 1101 | 11011 | 111111 | 1000000 |
Color Harmonies of #DD9E69
Complementary color
Monochromatic Colors of #DD9E69
Black with #DD9E69
Text Example
Text Example
White with #DD9E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E69; }
p { color: rgb(221,158,105); }
H1.HeaderClassName
{
color: #DD9E69;
}
.AnyTagClassName
{
color: #DD9E69;
}
</style>
background-color css
<style>
a { background-color: #DD9E69; }
a { background-color: rgb(221,158,105); }
div.DivClassName
{
background-color: #DD9E69;
}
.BgClassName
{
background-color: #DD9E69;
}
</style>
border-color css
<style>
span { border-color: #DD9E69; }
span { border-color: rgb(221,158,105); }
td.TdClassName
{
border-color: #DD9E69;
}
.TagClassName
{
border-color: #DD9E69;
}
</style>