Shades of Porsche #DD975A
Tints of Porsche #DD975A
RGB
CMYK
RGB Variations
Color information
#DD975A (or 0xDD975A) is known color: Porsche. HEX triplet: DD, 97 and 5A. RGB value is (221,151,90). Sum of RGB (Red+Green+Blue) = 221+151+90=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD975A is #2268A5. Grayscale: #A5A5A5. Windows color (decimal): -2255014 or 5937117. OLE color: 5937117.
HSL color Cylindrical-coordinate representation of color #DD975A: hue angle of 27.94º 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 #DD975A is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 90 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.13 |
| HSL | 27.94º | 0.66% | 0.61% | - |
| HSV(B) | 27.94º | 0.59% | 0.87% | - |
| XYZ | 42.73 | 38.24 | 14.8 | - |
| YUV | 164.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 90 | 0 | 0.32 | 0.59 | 0.13 | 27.94 | 0.66 | 0.61 |
| Hex | DD | 97 | 5A | 0 | 20 | 3B | D | 1C | 42 | 3D |
| Octal | 335 | 227 | 132 | 0 | 40 | 73 | 15 | 34 | 102 | 75 |
| Binary | 11011101 | 10010111 | 1011010 | 0 | 100000 | 111011 | 1101 | 11100 | 1000010 | 111101 |
Color Harmonies of #DD975A
Complementary color
Monochromatic Colors of #DD975A
Black with #DD975A
Text Example
Text Example
White with #DD975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD975A; }
p { color: rgb(221,151,90); }
H1.HeaderClassName
{
color: #DD975A;
}
.AnyTagClassName
{
color: #DD975A;
}
</style>
background-color css
<style>
a { background-color: #DD975A; }
a { background-color: rgb(221,151,90); }
div.DivClassName
{
background-color: #DD975A;
}
.BgClassName
{
background-color: #DD975A;
}
</style>
border-color css
<style>
span { border-color: #DD975A; }
span { border-color: rgb(221,151,90); }
td.TdClassName
{
border-color: #DD975A;
}
.TagClassName
{
border-color: #DD975A;
}
</style>