Shades of Porsche #DD9C5C
Tints of Porsche #DD9C5C
RGB
CMYK
RGB Variations
Color information
#DD9C5C (or 0xDD9C5C) is known color: Porsche. HEX triplet: DD, 9C and 5C. RGB value is (221,156,92). Sum of RGB (Red+Green+Blue) = 221+156+92=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C5C is #2263A3. Grayscale: #A8A8A8. Windows color (decimal): -2253732 or 6069469. OLE color: 6069469.
HSL color Cylindrical-coordinate representation of color #DD9C5C: hue angle of 29.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD9C5C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 92 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.13 |
| HSL | 29.77º | 0.65% | 0.61% | - |
| HSV(B) | 29.77º | 0.58% | 0.87% | - |
| XYZ | 43.64 | 39.92 | 15.53 | - |
| YUV | 168.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 92 | 0 | 0.29 | 0.58 | 0.13 | 29.77 | 0.65 | 0.61 |
| Hex | DD | 9C | 5C | 0 | 1D | 3A | D | 1E | 41 | 3D |
| Octal | 335 | 234 | 134 | 0 | 35 | 72 | 15 | 36 | 101 | 75 |
| Binary | 11011101 | 10011100 | 1011100 | 0 | 11101 | 111010 | 1101 | 11110 | 1000001 | 111101 |
Color Harmonies of #DD9C5C
Complementary color
Monochromatic Colors of #DD9C5C
Black with #DD9C5C
Text Example
Text Example
White with #DD9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C5C; }
p { color: rgb(221,156,92); }
H1.HeaderClassName
{
color: #DD9C5C;
}
.AnyTagClassName
{
color: #DD9C5C;
}
</style>
background-color css
<style>
a { background-color: #DD9C5C; }
a { background-color: rgb(221,156,92); }
div.DivClassName
{
background-color: #DD9C5C;
}
.BgClassName
{
background-color: #DD9C5C;
}
</style>
border-color css
<style>
span { border-color: #DD9C5C; }
span { border-color: rgb(221,156,92); }
td.TdClassName
{
border-color: #DD9C5C;
}
.TagClassName
{
border-color: #DD9C5C;
}
</style>