Shades of Porsche #DD9D5A
Tints of Porsche #DD9D5A
RGB
CMYK
RGB Variations
Color information
#DD9D5A (or 0xDD9D5A) is known color: Porsche. HEX triplet: DD, 9D and 5A. RGB value is (221,157,90). Sum of RGB (Red+Green+Blue) = 221+157+90=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D5A is #2262A5. Grayscale: #A8A8A8. Windows color (decimal): -2253478 or 5938653. OLE color: 5938653.
HSL color Cylindrical-coordinate representation of color #DD9D5A: hue angle of 30.69º 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 #DD9D5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 90 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.13 |
| HSL | 30.69º | 0.66% | 0.61% | - |
| HSV(B) | 30.69º | 0.59% | 0.87% | - |
| XYZ | 43.72 | 40.22 | 15.13 | - |
| YUV | 168.5 | 83.7 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 90 | 0 | 0.29 | 0.59 | 0.13 | 30.69 | 0.66 | 0.61 |
| Hex | DD | 9D | 5A | 0 | 1D | 3B | D | 1F | 42 | 3D |
| Octal | 335 | 235 | 132 | 0 | 35 | 73 | 15 | 37 | 102 | 75 |
| Binary | 11011101 | 10011101 | 1011010 | 0 | 11101 | 111011 | 1101 | 11111 | 1000010 | 111101 |
Color Harmonies of #DD9D5A
Complementary color
Monochromatic Colors of #DD9D5A
Black with #DD9D5A
Text Example
Text Example
White with #DD9D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D5A; }
p { color: rgb(221,157,90); }
H1.HeaderClassName
{
color: #DD9D5A;
}
.AnyTagClassName
{
color: #DD9D5A;
}
</style>
background-color css
<style>
a { background-color: #DD9D5A; }
a { background-color: rgb(221,157,90); }
div.DivClassName
{
background-color: #DD9D5A;
}
.BgClassName
{
background-color: #DD9D5A;
}
</style>
border-color css
<style>
span { border-color: #DD9D5A; }
span { border-color: rgb(221,157,90); }
td.TdClassName
{
border-color: #DD9D5A;
}
.TagClassName
{
border-color: #DD9D5A;
}
</style>