Shades of Porsche #DD9C57
Tints of Porsche #DD9C57
RGB
CMYK
RGB Variations
Color information
#DD9C57 (or 0xDD9C57) is known color: Porsche. HEX triplet: DD, 9C and 57. RGB value is (221,156,87). Sum of RGB (Red+Green+Blue) = 221+156+87=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C57 is #2263A8. Grayscale: #A7A7A7. Windows color (decimal): -2253737 or 5741789. OLE color: 5741789.
HSL color Cylindrical-coordinate representation of color #DD9C57: hue angle of 30.9º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9C57 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 87 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.13 |
| HSL | 30.9º | 0.66% | 0.6% | - |
| HSV(B) | 30.9º | 0.61% | 0.87% | - |
| XYZ | 43.43 | 39.84 | 14.42 | - |
| YUV | 167.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 87 | 0 | 0.29 | 0.61 | 0.13 | 30.9 | 0.66 | 0.6 |
| Hex | DD | 9C | 57 | 0 | 1D | 3D | D | 1F | 42 | 3C |
| Octal | 335 | 234 | 127 | 0 | 35 | 75 | 15 | 37 | 102 | 74 |
| Binary | 11011101 | 10011100 | 1010111 | 0 | 11101 | 111101 | 1101 | 11111 | 1000010 | 111100 |
Color Harmonies of #DD9C57
Complementary color
Monochromatic Colors of #DD9C57
Black with #DD9C57
Text Example
Text Example
White with #DD9C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C57; }
p { color: rgb(221,156,87); }
H1.HeaderClassName
{
color: #DD9C57;
}
.AnyTagClassName
{
color: #DD9C57;
}
</style>
background-color css
<style>
a { background-color: #DD9C57; }
a { background-color: rgb(221,156,87); }
div.DivClassName
{
background-color: #DD9C57;
}
.BgClassName
{
background-color: #DD9C57;
}
</style>
border-color css
<style>
span { border-color: #DD9C57; }
span { border-color: rgb(221,156,87); }
td.TdClassName
{
border-color: #DD9C57;
}
.TagClassName
{
border-color: #DD9C57;
}
</style>