Shades of Porsche #DD9C4F
Tints of Porsche #DD9C4F
RGB
CMYK
RGB Variations
Color information
#DD9C4F (or 0xDD9C4F) is known color: Porsche. HEX triplet: DD, 9C and 4F. RGB value is (221,156,79). Sum of RGB (Red+Green+Blue) = 221+156+79=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C4F is #2263B0. Grayscale: #A7A7A7. Windows color (decimal): -2253745 or 5217501. OLE color: 5217501.
HSL color Cylindrical-coordinate representation of color #DD9C4F: hue angle of 32.54º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD9C4F is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 79 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.13 |
| HSL | 32.54º | 0.68% | 0.59% | - |
| HSV(B) | 32.54º | 0.64% | 0.87% | - |
| XYZ | 43.12 | 39.71 | 12.79 | - |
| YUV | 166.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 79 | 0 | 0.29 | 0.64 | 0.13 | 32.54 | 0.68 | 0.59 |
| Hex | DD | 9C | 4F | 0 | 1D | 40 | D | 21 | 44 | 3B |
| Octal | 335 | 234 | 117 | 0 | 35 | 100 | 15 | 41 | 104 | 73 |
| Binary | 11011101 | 10011100 | 1001111 | 0 | 11101 | 1000000 | 1101 | 100001 | 1000100 | 111011 |
Color Harmonies of #DD9C4F
Complementary color
Monochromatic Colors of #DD9C4F
Black with #DD9C4F
Text Example
Text Example
White with #DD9C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C4F; }
p { color: rgb(221,156,79); }
H1.HeaderClassName
{
color: #DD9C4F;
}
.AnyTagClassName
{
color: #DD9C4F;
}
</style>
background-color css
<style>
a { background-color: #DD9C4F; }
a { background-color: rgb(221,156,79); }
div.DivClassName
{
background-color: #DD9C4F;
}
.BgClassName
{
background-color: #DD9C4F;
}
</style>
border-color css
<style>
span { border-color: #DD9C4F; }
span { border-color: rgb(221,156,79); }
td.TdClassName
{
border-color: #DD9C4F;
}
.TagClassName
{
border-color: #DD9C4F;
}
</style>