Shades of Porsche #DD9C5A
Tints of Porsche #DD9C5A
RGB
CMYK
RGB Variations
Color information
#DD9C5A (or 0xDD9C5A) is known color: Porsche. HEX triplet: DD, 9C and 5A. RGB value is (221,156,90). Sum of RGB (Red+Green+Blue) = 221+156+90=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C5A is #2263A5. Grayscale: #A8A8A8. Windows color (decimal): -2253734 or 5938397. OLE color: 5938397.
HSL color Cylindrical-coordinate representation of color #DD9C5A: hue angle of 30.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD9C5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 90 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.13 |
| HSL | 30.23º | 0.66% | 0.61% | - |
| HSV(B) | 30.23º | 0.59% | 0.87% | - |
| XYZ | 43.55 | 39.89 | 15.08 | - |
| YUV | 167.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 90 | 0 | 0.29 | 0.59 | 0.13 | 30.23 | 0.66 | 0.61 |
| Hex | DD | 9C | 5A | 0 | 1D | 3B | D | 1E | 42 | 3D |
| Octal | 335 | 234 | 132 | 0 | 35 | 73 | 15 | 36 | 102 | 75 |
| Binary | 11011101 | 10011100 | 1011010 | 0 | 11101 | 111011 | 1101 | 11110 | 1000010 | 111101 |
Color Harmonies of #DD9C5A
Complementary color
Monochromatic Colors of #DD9C5A
Black with #DD9C5A
Text Example
Text Example
White with #DD9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C5A; }
p { color: rgb(221,156,90); }
H1.HeaderClassName
{
color: #DD9C5A;
}
.AnyTagClassName
{
color: #DD9C5A;
}
</style>
background-color css
<style>
a { background-color: #DD9C5A; }
a { background-color: rgb(221,156,90); }
div.DivClassName
{
background-color: #DD9C5A;
}
.BgClassName
{
background-color: #DD9C5A;
}
</style>
border-color css
<style>
span { border-color: #DD9C5A; }
span { border-color: rgb(221,156,90); }
td.TdClassName
{
border-color: #DD9C5A;
}
.TagClassName
{
border-color: #DD9C5A;
}
</style>